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)
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)
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)
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)
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)