Help me . how to edit record on MySQL with PHP code?
You do it with a mysql query. How are your skills? Does this help you enough:
update TABLE set col1='".$val1."' where id='".$id."'