Date: 07/06/00
- Next message: Danny Tuppeny / Web Fever: "[phplib] Few questions about PHP"
- Previous message: NickM: "Re: [phplib] Chat client in PHP"
- Next in thread: Steve Edberg: "Re: [phplib] Testing if phplib is installed and working"
- Reply: Steve Edberg: "Re: [phplib] Testing if phplib is installed and working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello all, I am new to phplib and can not seem to get sessions to work on my vurtial host's server. I checked with them and they said that The PHPLIB version is 3.0RC4 with Dynamic Library support is installed.
I have tried to run this via a web page but all I get is a blank page
<?php page_open(array("sess" => "mine"));
$sess->register('count');
$count++;
echo "<p>You've been here $count times. Thanks!</p>";
page_close();
?>
am i missing some code or something else? Is there an other way to test if the phplib is installed and working? The doc on this site seem to be written for the owner of the server for the purpose if installing phplib and not for the end user. Is there better doc for the end user as my self somewhere? Is there an arcive for this list that I can review?
Thanks for you help Bill
- Next message: Danny Tuppeny / Web Fever: "[phplib] Few questions about PHP"
- Previous message: NickM: "Re: [phplib] Chat client in PHP"
- Next in thread: Steve Edberg: "Re: [phplib] Testing if phplib is installed and working"
- Reply: Steve Edberg: "Re: [phplib] Testing if phplib is installed and working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

