bankera1990
Registered
здр. някой може ли да ми даде някав код за добавяне на албуми в сайт , да садържа, Албум:, Испалнител:, и Линк: за сваляне 
Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
CREATE TABLE IF NOT EXISTS `albums` (
`id` int(11) NOT NULL,
`name` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE IF NOT EXISTS `favourites` (
`userid` int(11) NOT NULL,
`albumid` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Program Files\VertrigoServ\www\favourites.php on line 8
Parse error: syntax error, unexpected '.' in C:\Program Files\VertrigoServ\www\albums.php on line 15