Navigation :
HomeSource code
Tutorials
RSS feeds
Articles
Wordpress plugins
Blog
Books
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links
Site Sponsors :
- Load Cells
- mothers day replica rolex watches today
- Free partition data recovery utilities
- MySQL & Best PHP Web Hosting + save 50%
Bookmark :
Links :
dvd informationdomain names
low cost magazines
Downloads :
Misc :
Webmaster ResourcesOnly PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming
create a gif
This example shows how to create a basic gif
<html>
<body>
<?php
//create an image 400 by 200 pixels
$img = imagecreate(400,200);
//set variable $red to be red
$red = imagecolorallocate($img,255,0,0);
//draw a rectangle
Imagerectangle($img,50,50,150,150,$red);
//create apng
ImageGIF($img,"pic.gif");
//clean up resources
ImageDestroy($img);
?>
<img src="pic.gif" />
</body>
</html>
Books :
Sponsors :
Random Code :
display width and height of image(image)image verification example(image)
IP address to host name(internet)
Random Article :
MySQL Database Handling in PHPAutoresponders With PHP
Network:
Programming resourcesTutorials directory
Hosting resources
ASP site
Domain names
Progged
Maxi directory
bigarticle : free articles
A Code
Code N Tutorials
Del.icio.us
Digg
Furl
Newsvine
Netscape
Reddit
StumbleUpon
Technorati
Squidoo
Windows Live
Yahoo MyWeb
Ask
Google