[phplib] Testing if phplib is installed and working From: wfries (wfries <email protected>)
Date: 07/06/00

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