I need to call a record from the db table and have it displayed for editing...
Basically what I have done is created a copy of the form used to input the data, and modified it to a new format to update the record...
I just can't seem to get the db table information to populate into the input fields
I have gotten no php or sql errors...
I'm guessing the code should look something like this:
value="<?php echo $row['lastname'] ?>"
however it just returns blank.
Any suggestions?
Thanks
Rob.