Re: [PHP] php-lib questions

2001-04-16 Thread Mark
Here is the script "request.php" 62 lines, 1585 characters "Repository_Session")); if (!isset($s)) { $s=0; }; $sess->register("s"); site_header("Request a Document - Document Cart"); echo 'Below is your Document Cart. Any time you request a document we will store it here. You m

Re: [PHP] php-lib questions

2001-04-12 Thread Plutarck
That sounds like a problem with the way you handle sessions. What happens is your program tries to start a session, but the page isn't sent if a session isn't started. It still shouldn't reply with a 404 though...search your script for header and see if you send any. Once someone has the session

[PHP] php-lib questions

2001-04-12 Thread Mark
I have a php script which is like a modified shopping cart. It starts with a search that calls a perl script ( I know, but it's the only way I can include certain proprietary functionality I need). This returns a results set of documents that can be either downloaded or requested depending on pe