Using Variable names in mysql tables (1 reply)
(MySQL.com) Hello, i have the following php code
$query = "UPDATE '{$username}' SET '{$id}'='{$bid}'";
$result_set = mysql_query($query) or die(mysql_error());
whenever i try running the query, i get the following syntax error
You have an error in your