View Single Post
  #9  
Old 12-30-2012, 11:29 AM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 82,599
SilverDragonTears is on a distinguished road
Default

Rawr, I'm not putting it in the right place :(

Code:
$name = $adopts->query("SELECT name FROM ".constant('PREFIX')."owned_adoptables WHERE name='{$more}'")->fetchColumn();
if(!strcmp($name, $more)){
                       // The name has not yet been used, we are good to go!
                        $adopts->query("UPDATE  ".constant('PREFIX')."owned_adoptables SET name='{$more}' WHERE aid='{$id}' and  owner='{$loggedinname}'");
It says it worked but it didn't change the name.
__________________

Check out SilvaTales

Last edited by SilverDragonTears; 12-30-2012 at 11:31 AM.
Reply With Quote