WP Plugins
WP Real Estate
WP Landing Page
WP Jobs
Reviews
HTML5
CSS & CSS3
SEO
Programming
PHP
AJAX
Javascript
Design & Graphics
Graphics
Photoshop
WallPapers
WordPress
php
Home
Blog
php
Tweet
August 21, 2011
Published by
eTechy
at
August 21, 2011
Categories
PHP
Programming
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
Published by
Admin
at
August 6, 2011
Categories
PHP
Programming
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
Published by
Admin
at
July 25, 2011
Categories
Programming
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
Published by
Admin
at
July 19, 2011
Categories
PHP
Programming
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
Published by
Admin
at
July 20, 2010
Categories
CSS & CSS3
PHP
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. […]