Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- mysql connect or die (image) header type png


Birdman - 4:01 pm on Mar 1, 2008 (gmt 0)


Ok, I think I see what's happening. Since you have already sent the headers, you should just output the raw image instead of putting it in an HTML image tag.

mysql_connect($mysql_server, $mysql_admin, $mysql_pass)
or die( readfile( 'error.png' ) );


Thread source:: http://www.webmasterworld.com/php/3588753.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com