PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
When I browse my website with the following code, my firefox browser will ask me whether I want to save my password and username.
Is this not the proper way to connect to a database then? Why would firefox bother the user to save my login data. Anyone know what I do wrong?
My PHP script only do a connection with mySQL server, retrieve the data and display it on the screen. There is no other log-in details at all.
Why does firefox then still want to save my username and password? I don't think there are other info that it can saves.
That's odd. You can rest assured that it doesn't mean you have a DB security problem though. Firefox is physically unable to look at the DB connection info.