I have a database where I view all the records, the last column is the table ID, I click it and I want to be able to edit that rows data only, here\'s what I got but it doesn\'t
It is because you try to GET a name "id" from a form which is POSTed ;) And also embed PHP in html more clearly. For example, value="<?php echo $row['id']; ?>" is more "true" rather than value="<? echo "$row[id]"?>" ;)