Facebook Twitter Reset

This Tutorial Has Been Viewed 2,392 Times.

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, 255, 0); // yellow
imagepng($im,"image1.jpg");
imagedestroy($im);
}
?>

VN:F [1.9.13_1145]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)

Incoming search terms:




You will also be interested in ,

No comments yet.

Leave a Comment

Spam protection by WP Captcha-Free

Affordable Seo PackagesSeo BlogEdu Backlinks
More in C# (1 of 5 articles)