Hi all, i am back with a new question🙂
I fill a table with data from the database.
then i click on update and it sends the data update.php
I want this : when i click on the field with my mouse, it selects that row so i can click on update, and the data from that row gets send to update .php is this possibble??
<form method=post action=Update.php'>
<input name="Lastname" type="text" id="Lastname" value="<?=$db_Lastname;?>" size="50" maxlength="50">
<input name="firstname" type="text" id="firstname" value="<?=$db_firstname" size="20" maxlength="20">
<input type='Submit' name='submit' value='Update'</form></td>