Menu

#2 Wont authenticate

open
nobody
5
2007-04-28
2007-04-28
Anonymous
No

I' trying the 104 Windows beta on Apache 2, on a Windows 2003 machine (php 5); when I try running the script, test/test doesn't work.

So I tried echoing the values of $loginname and $loginpass thus:

1310 echo "<hr>";
1311 echo "loginname= $loginname <br>";
1312 echo "loginpass= $loginpass <br>";
1313 echo "adminloginname= $adminloginname <br>";
1314 echo "adminloginpass= $adminloginpass <br>";
1315 echo "<hr>";

which when run, gives this:
loginname=
loginpass=
adminloginname= test
adminloginpass= test

even after typing anything on the login form. Which is strange because both GET and POST seem to work on other forms I'm using...

Ideas?

Valid email address: papumd@blueyonder.co.uk

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.