[PHPLIB] Hello all..... From: John Cherbini (cherbini <email protected>)
Date: 10/26/99

I'm relatively new to PHP, and am pretty amazed at the capabilities of the
PHPLIB.

I'm having a problem though.

I got the example working well. It kept track of all the cookies, and UN and
PW combinations, and I could add and delete users.

I'm trying to implement the PW protection on a page:

I basically duplicated all the info in local.inc to use the word Picture
instead of Example.

<? page_open(array("sess" => "Picture_Session", "auth" => "Picture_Auth", "perm" => "Picture_Perm"));
?>
<? include ("./functions.php3"); ?>
<? include ("./dbconnect.php3"); ?>
<? include ("./footer.php3"); ?>
<?php

rest of page here...................

I finally can get the login un and pw window, but when I log in, I get a
completely blank browser.

I made a new_user.php3 for this class as well, and it works flawlessly logging
in and adding/deleting users.

Any ideas on what I'm not getting??

Many thanks!

John Cherbini
-
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.