Issue
I'm trying to make table for users
The picture of the result and the columns that I want to add:
I can't see the an error and without an error message it's difficult to know what's wrong.
In my php scripts I'm able to get the error message via mysql_error(). But myAdmin shows nothing.
Any ideas?
Solution
The term 'ID' is restricted from MySQL - just change it to something like userId and it should work.
Answered By - GrumpyCrouton

0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.