|
okay heres the code:
mysql_query("UPDATE PL0105 SET $column = '$key' WHERE IDString = '$ID'", $db) or die(mysql_error());
I tried changing the $column to be <?php echo $column ?> instead, but I get a parse error still. I think it might be because my main code is in php brackets already, and I'm trying to add php brackets into that. But i dont see any other way around it... any ideas?
|