Hi,
that probably would work better, however, the if control isn't
what's fouling it up. I can omit that and leave session_start() in there,
and its fouled up. Session_start() is the culprit.
-Dan Joseph
> -----Original Message-----
> From: Daniel Clark [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 21, 2004 4:47 PM
> To: Matt Matijevich
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [PHP] TIFF display problem...
>
> Do you want...
>
> if ( !isset($_SESSION['user_id']) )
>
> > [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