Hi,
I was wondering how I could get data from a database and put the data into text boxes.
for example I have a form like:
------------------------------
<form name="thisForm" action="registration.php" method="POST" onSubmit="return validateForm(this);" >
<input type="text" size=24 name="Name" >
</form>
----------------
and I wish to put the value of $row["Name"] into the text box.
Thanks.
I was wondering how I could get data from a database and put the data into text boxes.
for example I have a form like:
------------------------------
<form name="thisForm" action="registration.php" method="POST" onSubmit="return validateForm(this);" >
<input type="text" size=24 name="Name" >
</form>
----------------
and I wish to put the value of $row["Name"] into the text box.
Thanks.