RE: [PHP] PHP to create static images

2002-06-24 Thread Andrew Chase
To save an image to disk with the imagepng/imagejpg/imagewbmp functions all you have to do is give the file name as the second parameter to the function; so if you wanted to call the first graph 'graph1.png', it would go something like ?php $graph = imagecreate(320,240); /* (Draw the graph

Re: [PHP] PHP to create static images

2002-06-24 Thread hugh danaher
imagepng() should work. you can save the file on your server then call it up wherever you need it. The manual has more info on using image functions just type in image. hugh - Original Message - From: Campano, Troy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 24, 2002