Page 2 of 2

Posted: Wed Dec 07, 2005 6:37 am
by sheila
This is the header.php file but i cant see anything that would affect it as its more or less all html :S
Well you're going about this all wrong. You need to display an HTML page and in that page have an image link to your image script.

Code: Select all

<img src="http://www.madashatters.com/?image">
The browser will make a separate request to the server for that script. When it runs it should only send headers for the image. So in your image script take out the

Code: Select all

include ('http://www.madashatters.com/header.php');
Hope that makes sense.