I have two problems here, but the first involves the HTTP authentication with PHP....
I have got the authentication to work, and get it to pop up again when the authentication is wrong..BUT, what I can't do is after authentication is validated by checking the database, the user can pass without authenticating the next time they visit the site, - the browser has cached the username and password i believe. (This is not true if the browser has quit and restarted..??)
How can I stop this from happening, or forcing re-authentication every time they get to this stage??
- I know how to enter data from db's to forms, (except text-boxes with columns), but I wan't to make them non-editable to the user, how can this be done??
Thanks very much,
Ian