This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

Posts Tagged ‘PHP’


Page 16 of 17« FirstNext891011121314151617

Creating An Image Using PHP

Just Copy And Paste The Code Below you can create .JPG,.GIF,.PNG Any thing of you choice Enjoy Wink < ?php create_image(); print "“; function create_image(){ $im = @imagecreate(200, 200) or die(“Cannot Initialize new GD image stream”); $background_color = imagecolorallocate($im, 105,... (Continue reading)

Tagged with:     

Water mark images using PHP 5 and GD Library

All you have to do is just copy and paste the code below on to a file name in your localhost. Take two images any of .JPG OR .PNG OR .GIF Here for orginal image i have given the name... (Continue reading)

Tagged with:         

PHP class simple tutorial

The Object of Our Affections Objects are really just a fancy variable type (as mentioned above) with some nifty features that come along with them. To create an object, you’ll need something called a class. Think of a class as... (Continue reading)

Tagged with:

XML Parsing Made Easy

I am going to give you the code required to parse XML easily usingone file.Just copy and paste the code and customize it accordinglyAny doubts feel free to contact me. The first file is the XML file parse.xml <?xml version=”1.0″... (Continue reading)

Tagged with:     

To Remove An Empty Element From An Array Using PHP

Guys in the below code i am explaining how you can find out the empty array…and create a new array by deleting the empy ones dynamically. In the variable data array i have given 8 datas let $a, $b, $c,... (Continue reading)

Tagged with:     

Page 16 of 17« FirstNext891011121314151617