[phplib] page_open() doesn't return From: Bob Bowker (bowker <email protected>)
Date: 07/10/01

Hi --

I have PHP code which checks where a visitor is coming from, and does a
series of IF/ELSE statements and appropriate HEADER:LOCATION if it's
someone who needs to be sent elsewhere ... all this BEFORE doing a
page_open("sess"->xx).

When I finally do a page_open("sess"->xx) to initialize a couple of session
variables for the next-to-last group of visitors, control does not return
to the call to page_open("sess"->xx). I know the entire
page_open("sess"->xx) code is being performed because I inserted an ECHO at
the end of the function in page.inc, and that line does appear ... but the
ECHO which follows the page_open("sess"->xx) line in the main calling
script never gets executed.

It's as if control passes somewhere else ... any ideas where I should look?

Thanks ...

Bob.

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>