I'm wondering if its possible to set the user this way... $PHP_AUTH_USER = $Username;
$PHP_AUTH_PW = $Password;
I have a flash login screen that will post two variables, username and password, to a php script. Or will I have to open the MySQL table and record the session ID. If so, how do I get/test the session ID in PHP?
Kevin
$PHP_AUTH_PW = $Password;
I have a flash login screen that will post two variables, username and password, to a php script. Or will I have to open the MySQL table and record the session ID. If so, how do I get/test the session ID in PHP?
Kevin