wudz
01-04-2006, 08:23 PM
Hi.
I am a newbie at PHP and have tried to update a column in the logged in users temp_credit, I get no errors, but more importantly do not get an update...what am I missing other than brains..... ;)
$intro_id = ($_SESSION["PHPAUCTION_LOGGED_IN"]);
$query = "UPDATE PHPAUCTION_users SET temp_credit=3 WHERE id ='$intro_id'";
Thanks in anticipation
John
I am a newbie at PHP and have tried to update a column in the logged in users temp_credit, I get no errors, but more importantly do not get an update...what am I missing other than brains..... ;)
$intro_id = ($_SESSION["PHPAUCTION_LOGGED_IN"]);
$query = "UPDATE PHPAUCTION_users SET temp_credit=3 WHERE id ='$intro_id'";
Thanks in anticipation
John