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 want to create a code on another page to be able to edit the password in like a form of some kind.
Is there a way to store the password somewhere and be able to edit it from another page?
Database like MySQL would be the primary choice. If that's not an option, you could store it in a text or XML file, then read from/write to that file for your authentication or password change operations. Just make sure to store the file in a directory that is not web visible, so it can only be accessed by your PHP script and not directly from a browser by curious users.