SHAD Posted February 15, 2010 Posted February 15, 2010 can anyone please fix this query for me as it is supposed to update the forums avatar but it dosent do it. function ForumSig() { global $ir, $db, $userid, $h; if (isset($_POST['NewFSig'])) { $db->query(sprintf("UPDATE `users` SET `forums_avatar`='%s', `forums_signature`='%s' WHERE `userid`='%d'", NoXSS($_POST['FPic']), NoXSS($_POST['NewFSig']), $userid)); echo 'Forum Info Updated'; } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.