i already try the following code, but it still doesn't want to update the database from phpMyAdmin.
"$query = "UPDATE poll SET location='1,0'";
mysql_query($query);"
i don't know why?
i think php can't regconize the UPDATE query in the mysql_query function.
does any idea that will update the database in phpMyAdmin by using php?
hct