View Single Post
  #40  
Old 12-23-2009, 09:40 PM
Ashje Ashje is offline
Member
 
Join Date: Jan 2009
Posts: 179
Credits: 10,182
Ashje
Default RE: Breeding System - Complete!

Hi Arianna,
I tried that and it worked! The adoptables were being inserted into the database. Problem is, it was showing the query on the page. So I removed your edit and it stopped working again. So then I put
PHP Code:
mysql_query($query); 
back in but left out
PHP Code:
$query
and it hid the query but still inserted the new adopt into the database. I think that was the problem. Anyway, thank you for the support. The script is awesome. XD

Ashje
Reply With Quote