Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Dynamically Create Image

Sun Oct 26, 2008 9:57 pm

Code:
<?php
header
("Content-type: image/gif");
$image imagecreate200200 );
imagegif($image);
?>




Post a reply
  Related Posts  to : Dynamically Create Image
 Add new row dynamically to table using JQuery     -  
 Calling Functions Dynamically     -  
 Add and Remove CSS classes to html tag dynamically     -  
 invoke class method dynamically in php     -  
 Uplading Files Dynamically Using SSIS     -  
 change link <a> attributes dynamically     -  
 Dynamically Setting and Accessing Variables     -  
 How To Store Date Dynamically as a field in mysql using JSP     -  
 Add double quotes to text dynamically, on page load     -  
 AJAX Login Code getting username and password dynamically .     -  

Topic Tags

PHP Graphics