PHP provides an amazing library called Graphics Draw ( GD ) to generate images. You can create and output the images directly to the browser or you can store it as a image file. For example Google Charts API generates
Convert associative arrays into XML in PHP
PHP has introduced a lot of new functions and classes with version 5. XMLWriter class is one of the new feature which can be used to write xml documents with PHP. Though there are tons of classes and functions to
Creating simple captcha images with PHP
PHP is not only a html generation script, but also an excellent image generation script. You can create, manipulate, merge images and do various complex operations as you do in an image editing software, by merely writing a piece of
Ajax pagination using PHP, MySQL and jQuery
It is easy to store and retrieve data from MySQL database with few lines of PHP code. But the real headache comes when we want to display the data in an organized design. Lets take a sample scenario, you have
QR Code Generator
Day after day QR Codes are finding a lot of application areas and many of us search for some QR Generators. Now you can have your own QR Code Generator page on your website. This is standalone QR Code generator,