View Single Post
  #5  
Old 03-10-2012, 09:49 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 334,559
Hall of Famer is on a distinguished road
Default

umm your query is wrong, try this:

PHP Code:
runquery("UPDATE {$GLOBALS['prefix']}users SET explore='1' WHERE username = '{$loggedinname}'"); 
$query "SELECT * FROM {$GLOBALS['prefix']}users WHERE username = '{$loggedinname}'"
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote