Hello All,
I would appreciate if anybody can help me about this.
Here is the problem:
I have "registration" database, I created a "user_info" table very simply as follow
CREATE TABLE user_info (
username varchar(50) NOT NULL,
password varchar(255) NOT NULL,
userId int(10) NOT NULL...