View Single Post
  #4  
Old 03-02-2013, 12:53 AM
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: 598,952
Hall of Famer is on a distinguished road
Default

Well apparently you have another error in your mysql database update query. Find every instance of:

PHP Code:
"owner" => '{$user}'
And replace by:

PHP Code:
"owner" => $user
If it still wont fix your problem, please post a screenshot and I will see what is causing the problem exactly. Also I am a bit confused at where exactly the error is. Does the script insert a row in database under the user '$user', or that it is just $user being displayed on the screen while nothing is abnormal from database?
__________________


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