Hidden
Posted: Fri Mar 14, 2003 7:24 am
It wanted to know as step a variable hides (that it is the key of a
table) to update the modified registries?
table) to update the modified registries?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
mysql_query(" UPDATE `info` SET `email`='$newEmail' WHERE `name`='$whosEmail' ");
?>