Thread: Joining Tables
View Single Post
  #17  
Old 04-10-2012, 01:19 AM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 110,799
SilverDragonTears is on a distinguished road
Default

I changed it to
Code:
$adopts->query('REPLACE INTO ' . ".constant('PREFIX')." . 'sort_adoptables (`user_id`, `adoptable_id`, `sorting_id`) 
									VALUES ("' . addslashes($userID) . '", "' . addslashes($aid) . '", "' . addslashes($orderID) . '")');

		
	}
and still not working. I pasted the wrong one!
__________________

Check out SilvaTales
Reply With Quote