03-12-2007, 01:47 PM
[quote microchip13]Meaning it's trying to execute the stuff in the backtics. I've tried putting \ infront of all the backticks but there's no luck there.
Advice?
Use regulartics instead of backtics in that SQL statement (i.e. single quotes). You use the normal ones in the VALUES part. I don't understand why you chose to use backtics in the INSERT INTO part.
Advice?
Use regulartics instead of backtics in that SQL statement (i.e. single quotes). You use the normal ones in the VALUES part. I don't understand why you chose to use backtics in the INSERT INTO part.