Hi,
Yeah, positive, I should probably clarify more. session_start(); is
what causes it not to display, and gives me the error. The error is that
the site cannot download the file.
-Dan Joseph
> -----Original Message-----
> From: Matt Matijevich [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 21, 2004 3:57 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [PHP] TIFF display problem...
>
> [snip]
> session_start();
>
> if ( !$_SESSION['user_id'] )
> {
> exit();
> }
>
> [/snip]
>
> Are you sure you are getting past the if (
> !$_SESSION['user_id'] ) condition?
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php