Jestem tu pierwszy raz. Slyszalem od speca php ze są tu ludzie od ktorych sie szkolił dlatego prosze Was o pomoc.
Proboje stworzyc tabele:
CREATE TABLE user ( user_id MEDIUMINT(3) UNSIGNED NOT NULL AUTO_INCREMENT, username VARCHAR(20) NOT NULL, access VARCHAR(10) NOT NULL, email VARCHAR(20) NOT NULL, haslo VARCHAR(60) NOT NULL, data_rejstacji timestamp NOT NULL, PRIMARY KEY (user_id) ) Type = MyISAM;
Wyskakuje mi błąd:
Kod
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'user( user_id MEDIUMINT( 3 ) unsigned NOT NULL AUTO_INCREMEN
Wiecie może o co chodzi?
___
poprawilem BB Code, proszę go używać
ActivePlayer