Quantcast

php programming

July 28, 2011

Important Math Functions in PHP

Tweet The importance of predefined mathematical functions for web programming as well as software design can not be overemphasized. PHP provides some very simple yet powerful […]
July 25, 2011

Session handling in a PHP based shopping cart

Tweet We can build a simple and fully functional shopping cart for our own use with the help of PHP. For this, all you need to […]
July 19, 2011

Creating Object Iterators in PHP

Tweet Items can be iterated with the help of arrays in PHP but when arrays are not available, there is alternate and even more efficient method […]