how to execute mysql query in php?
how to execute mysql query in php?
how to execute mysql query in php?
Re: how to execute mysql query in php?
use below code:
query = "UPDATE table SET table_count = '1' WHERE table_approved = '0'";
$result = mysql_query($query) or die(mysql_error());
query = "UPDATE table SET table_count = '1' WHERE table_approved = '0'";
$result = mysql_query($query) or die(mysql_error());
Who is online
Users browsing this forum: No registered users and 0 guests