I have added a record.
Now how do I edit its values?
using php and not PHPmyAdmin
thanks...
Learn a little SQL:
http://www.w3schools.com/sql/sql_update.asp
then learn how to use PHP with mySQL:
http://www.php.net/manual/en/ref.mysql.php
look up UPDATE
thanks for your help guys.