Problems with php pages.

  • Thread starter Thread starter Rob Wilkens
  • Start date Start date
R

Rob Wilkens

Either the PHP page has the wrong content header... You have to do something
like:

header("content-type:image/jpeg");

In the header section (top) of your php image source code... Or maybe the
php script does _server side_ processing to create the jpeg image and a
hosting company like GoDaddy (which I use) limits execution time
per-php-script, so if it takes longer than that to process your job gets
killed.

-Rob
 
This has nothing to do with your problems I'm sure but please fix your clock
or time zone.
 
I have IE6 and win2000. In some (or all) php pages that represent pictures,
I see nothing on the screen.

Can some advise on possible causes?

Thanks

Moris
 
Back
Top