Quantcast
August 21, 2011

Exception Handling in PHP

Tweet Exceptions are the pieces of code which are used to alter the normal flow of the code if a certain error occurs. The concept of […]
August 6, 2011

Generating XML file using PHP and ASP

Tweet XML files, as we know by now, are plain text files just like the HTML files. Hence, just like HTML, XML can also be easily […]
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 […]
July 20, 2010

Compress your CSS with PHP

Tweet It is possible to compress your CSS style sheet with PHP. Here is how you can do that. Create a CSS file with .php extension. […]