this is a code for creating a database in phpmyadmin for the login/signup system otherwise it does not work CREATE TABLE users ( idUsers int(11) AUTO_INCREMENT PRIMARY KEY NOT NULL, uidUsers TINYTEXT NOT NULL, emailUsers TINYTEXT NOT NULL, pwdUsers LONGTEXT NOT NULL );