View Single Post
Old May 7th, 2007, 09:56 PM   #3 (permalink)
letmein
Member
Verified Customer
 
Join Date: Oct 2004
Posts: 38
I though soo too, but when I try to run this command from php:
$user="test";
$pass="test";
authenticate ($user,$pass);

I got nothing when i request the value of the uid after run the above command. The reason i do this because i want to forward the username and password in the url and have a script parse the encrypted user/pass in the url and authenticate the user automatically.
letmein is offline   Reply With Quote