DB npt updating?
Posted: Thu Feb 24, 2005 11:58 pm
I'm confused why mySQL isn't getting this query.
All the variable are set I made sure of that. And the DB is connected.....
I am very new to mySQL, tried to search but every time I got about 9000+ records to look at.
TY
Code: Select all
$query = mysql_query("UPDATE table SET points='$p' bonus='$b' penalty='$pen' total='$t' WHERE driver_id='$di'");
mysql_query($query);I am very new to mySQL, tried to search but every time I got about 9000+ records to look at.
TY