Using mysql 4.1.22
Generated code from 3.02 for adding to the db - $sqlQuery = "INSERT INTO pets (Index , name , dogorcat , gender ) VALUES ('$thisIndex' , '$thisName' , '$thisDogorcat' , '$thisGender' )";
$result = MYSQL_QUERY($sqlQuery) or die(mysql_error());
Error code is - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the...
2008-04-02 18:43:42 UTC in phpCodeGenie