View Single Post
Old 01-27-2008, 01:59 AM   #12 (permalink)
Aaron
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default

The GD article didn't say that :( It wasn't until I looked at the PHP documentation and saw all the functions that I saw that you could change all that stuff.

edit:
Yet another code that doesn't seem to work... Why does GD have to be so complicated?

PHP Code:
<?php
header 
("Content-type: image/png");
imagepng(imagecreatetruecolor(500500));
?>
It was supposed to be a minimalist document, and it seems it doesn't work.

Last edited by Aaron : 01-27-2008 at 03:04 AM.
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote