mysql_query ("UPDATE $subject SET $day = '$text'")
I am kinda confused on the update feature.
I have 2 txt boxes name and url
and the field for them is name and url
so do i set it so mysql_query ("UPDATE $name, $url set $name = '$name' $url = '$url'
???
Thanks
Anthony