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!
I have made login screen, but when the admin has logged, I want that there is change password option. It stores password in php file. How to read from it and how to write to php?
Okay. I have made a mysql database. My admin and password are stored there. But how the php file knows the mysql database name, password and so on...? This script is meant for many users so It must store the mysql connection settings in a file, but then anyone can access it, right?