Quote:
Originally Posted by KOM
Well I gave it a try and uploaded the two php files in the same folder. but when I put my username and password in it just go's back to the log in page any ideas ?
|
Multiple things:
1. the login and password are both case sensitive
2. you server does not support sessions ( PHP.ini setting )
3. the webserver username has no rights to write into this directory ( should not be but you never know )
Cheers,