Date: 11/09/99
- Next message: Rex Byrns: "RE: [PHPLIB] again=yes problem"
- Previous message: mattias <email protected>: "[PHPLIB] Sessions in shared memory"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
----- Original Message -----
From: roly lautenbach
To: majordomo <email protected>
Sent: Tuesday, November 09, 1999 2:50 PM
Subject: Getting started
Hi there,
I'm sorry to bother, but I really have tried everything as I see it. I've followed the manuals and examples but I'm still stuck. I'm new to php and to phplib - so please bare with me. Here is my position.
I am running NT 4 (I also run Linux !) service pack 5, IIS 4 and the latest (downloaded 8/11/99) php3.
I recon I have the php3 working, as I can run the phpinfo() and I can connect to a Progress DB using ODBC and display some data. HOWEVER, I can't seem to get the phplib to work.
I've set it up as per the manual, the only diff is I'm using MSSQL as a database.
When I point to index.php3 I get the following !
Example_Session")); # s is a per session variable, u is a per user variable. if (!isset($s)) { $s=0; }; $sess->register("s"); ?>
Reload this page to see the counters increment.
">Load a more complex example (login as kris, password test).
">Load the default auth example.
">Show your phpinfo() page.
">Logout and delete your authentication information.
Per Session Data: %s
\n", ++$s); ?> Per Session Data is referenced by session id. The session id is propagated using either a cookie stored in the users browser or as a GET style parameter appended to the current URL.
Per Session Data is available only on pages using the feature "sess" in their page_open() call.
Can anyone help
Thanks
Roly
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.
- Next message: Rex Byrns: "RE: [PHPLIB] again=yes problem"
- Previous message: mattias <email protected>: "[PHPLIB] Sessions in shared memory"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

