Hi there - I'm new at PHP and am trying to update/edit a MySQL record. how do i do this ???
I cant find a tutorial any where ..
please help.
thanks
david
after you have done all your configs etc etc
$query = mysql_query("UPDATE table SET field='newval' WHERE field='oldval';");
This is the simplest way to approach it..
~ Gate ~ ~ Carl Heaton ~