Wyskakuje mi taki błąd.
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\Program Files\WebServ\httpd-users\nuka\creatmovie.php on line 38
$people "CREAT TABLE people(
people_id int(11) NOT NULL auto_increment,
people_fullname varchar(255) NOT NULL,
people_isactor tinyint(1) NOT NULL default 0,
people_isdirector tinyint(1) NOT NUL default 0,
PRIMARY KEY (people_id)
)";
$results = mysql_query($people)
or die(mysql_error());
Linia 38 to ta gdzie jest )";
Wiem że brakuje jakiegoś przecinka albo coś w tym stylu, ale jestem dopiero początkujący więc nie mam pojęcia jak to naprawić.