Re: [PHP-WIN] php4 session variables HELP!!

2002-07-12 Thread Scott Carr
It looks like everything is OK, except where you check $userid and $password. You are not using _SESSION for those variables so it appears they will never be set. -- Scott Carr OpenOffice.org Documentation Maintainer http://documentation.openoffice.org/ Quoting Kit Kerbel <[EMAIL PROTECTED]>:

[PHP-WIN] php4 session variables HELP!!

2002-07-12 Thread Kit Kerbel
I've looked through the other posts just to let you know. Here's the code I have, not sure why it's not working: page1.php: ***This is the form that sends wUserID and wPassword to login.php