a little bit of code please
A Anonymous Guest Mar 23, 2005 #3 Code: $detail = $authenticate -> loginAuthen ($username, $password); Click to expand... above is wrong this is the right way Code: $detail = $authenticate->loginAuthen ($username, $password); you can;t pass value 'failed.php' in the Location header it has to be a url, either a absolute or relative
Code: $detail = $authenticate -> loginAuthen ($username, $password); Click to expand... above is wrong this is the right way Code: $detail = $authenticate->loginAuthen ($username, $password); you can;t pass value 'failed.php' in the Location header it has to be a url, either a absolute or relative
Alexej Kubarev New member Mar 23, 2005 #4 Actually you can... tat works fine for me... about the correct and right way of handling classes you are right, ive missed it... however with header you may even write header("Location: ./"$failure);
Actually you can... tat works fine for me... about the correct and right way of handling classes you are right, ive missed it... however with header you may even write header("Location: ./"$failure);