Jas
04-25-2007, 06:43 PM
Okay, so I figured out the login script that I was working on-- except for a few small problems which I can't fix until this one is solved. . . So, here it is!
I need to first display all of the usernames as hyperlinks. When one is clicked, I need to pull their info out of the MySQL database and display it in a from (i.e. the username in a text box) so that the info can be edited and then "saved," if you will. How do I do this? The obvious part is
print '<form>';
print "<input type='text' value='$username'>"; etc.
print '<form>';
But could someone give me an example of how I might do the rest? (I don't need the entire code-- at least I hope not :) )
Thanks!
I need to first display all of the usernames as hyperlinks. When one is clicked, I need to pull their info out of the MySQL database and display it in a from (i.e. the username in a text box) so that the info can be edited and then "saved," if you will. How do I do this? The obvious part is
print '<form>';
print "<input type='text' value='$username'>"; etc.
print '<form>';
But could someone give me an example of how I might do the rest? (I don't need the entire code-- at least I hope not :) )
Thanks!