[snip]
I've been trying for most of the day to generate a simple dynamic image 
in my php script without any success. It seems obvious that something 
isn't right with my php environment as even the simplest images (like a 
rectangle) only yield the broken link icon. Does anyone know of any in 
depth resource for php trouble shooting? I've already scoured the 
php.net site and it wasn't of much help.
[/snip]

Put a page on your site that contains only the following code and see if
it works...

<?php

phpinfo();

?>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to