Status: offline

spatz4000

Forum User
Junior
Registered: 07/14/06
Posts: 25
cheerful
if I have this:
Text Formatted Code
DB_query("UPDATE {$_TABLES['users']} SET theme='$usetheme' WHERE uid = {$_USER['uid']}");

 


What else do I need to do to actually have that SQL executed?