![]() |
Whats wrong with this bit of sql php code.
$DB_site->query("UPDATE user SET myfavt='$tht' WHERE userid=$bbuserinfo[userid]");
? It doesn't seem to insert the value of $tht to the myfavt column in the user table. :( I don't get whats wrong Thanks in Advance -Arunan |
are you sure $tht is set up right?
also if it's a value a user can enter you should use this: $DB_site->query("UPDATE user SET myfavt='".addslashes($tht)."' WHERE userid=$bbuserinfo[userid]"); |
Yea, its being passed, I even set up a form for it...I will try the addslashes one.
Thanks -Arunan |
Thanks Xenon, worked like a charm :)
-Arunan |
:)
you're welcome :) |
All times are GMT. The time now is 08:16 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|