$sSQL="Update tabla Set nombre='$nombre',ciudad='$ciudad' Where nombre='$nombre'"; $result=mysql_db_query("basedatos",$sSQL);