|
Ok - I am extremely new to PHP so I will probably sound like I have no clue what im talking about - and I guess I dont... anyway, heres the problem:
I have a area where people login and create a gift list for christmas. I set it up for my family this year. I have the user information setup in an external data file:
filename: info/[user_name].dat
$password = "[user_password_here]";
((of course, the info in the brackets actually holds a real username and their real password))
I want to put a box on the page on which they login to that is like this:
To change your password, type a new one here: [form box that holds current password]
Can anyone help me out here?
|