need help with mysql
#1

what's wrong?
http://i46.tinypic.com/imul8y.jpg
I getting error :/ what do to?
Reply
#2

If it is an AUTO_INCREMENT field, why do you pass a value to it in an INSERT query anyways? I think the problem is that you have 2 single quotes next to each other without anything in between.

Try one:
1. Put a 0 between the ''
2. Simply pass 0, not '0'
3. Don't even include the UID field in the query

If the first doesn't work, the second or third surely will
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)