Thread: Breeding
View Single Post
  #16  
Old 10-26-2009, 03:13 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 17,154
BMR777 is on a distinguished road
Default RE: Breeding

Make sure that the number of columns in this line:

PHP Code:
mysql_query("INSERT INTO ".$prefix."owned_adoptables VALUES ('', '$type', '$new_name','$loggedinname','0','0', '$code', '','$alts','notfortrade','no','$gender')"); 
is the same as the number of columns in your owned_adoptables table in your database. If they don't match up then the adoptable will never be inserted. :)
Reply With Quote