Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> LISTA, szukam skrytpu tworzacego liste.
teck
post
Post #1





Grupa: Zarejestrowani
Postów: 15
Pomógł: 0
Dołączył: 4.08.2005

Ostrzeżenie: (0%)
-----


Poszukuje skryptu do tworzenia listy. Chodzi mi o liste filmow ktore posiada, potrzebne mi sa pola na nazwe filmu, ilosc plyt, i czy ten film ogladalem. Najlepiej by bylo zeby filmy byly ustawione alfabetycznie. Skrypt moze obslugiwac mysql.

jezeli ktos taki skrypt posiada lub tez chcialby go dla mnie stworzyc prosze o kontakt badz przeslanie skryptu na adres w.okuszko@gmail.com
Kontakt:
gg: 1206014
tlen.pl: teckthekid
Z góry dziekuje za pomoc.

Ten post edytował teck 16.10.2005, 22:07:53
Go to the top of the page
+Quote Post
Lisek54
post
Post #2





Grupa: Zarejestrowani
Postów: 112
Pomógł: 0
Dołączył: 6.12.2004
Skąd: Miastko

Ostrzeżenie: (0%)
-----


http://hotscripts.pl/produkt-2632.html

www.google.pl - czasem sie przydaje (IMG:http://forum.php.pl/style_emoticons/default/smile.gif)
Go to the top of the page
+Quote Post
teck
post
Post #3





Grupa: Zarejestrowani
Postów: 15
Pomógł: 0
Dołączył: 4.08.2005

Ostrzeżenie: (0%)
-----


dzieki ale cos mi nie dziala a ja niewiem dlaczego, widze tylko tyle:

You have an error in your SQL syntax near 'DISTINCT CONCAT(cat,nr)as nr,movies.name,year,runtime,medium,movies.id,fid FROM' at line 1
Go to the top of the page
+Quote Post
mike
post
Post #4





Grupa: Przyjaciele php.pl
Postów: 7 494
Pomógł: 302
Dołączył: 31.03.2004

Ostrzeżenie: (0%)
-----


Komunikat mówi że masz błąd składniowy w wykonywanym zapytaniu.
Popraw błąd, lub podaj całe zapytanie tutaj, to my poprawimy (IMG:http://forum.php.pl/style_emoticons/default/winksmiley.jpg)
Go to the top of the page
+Quote Post
teck
post
Post #5





Grupa: Zarejestrowani
Postów: 15
Pomógł: 0
Dołączył: 4.08.2005

Ostrzeżenie: (0%)
-----


Tu jest cale plik SQL, nieznam sie na tym ale wyskakuje wlasnie tamten blad
Dziekuje za pomoc i pozdrawiam.

Ten post edytował teck 21.10.2005, 18:35:07
Go to the top of the page
+Quote Post
strife
post
Post #6





Grupa: Przyjaciele php.pl
Postów: 2 605
Pomógł: 96
Dołączył: 22.10.2004
Skąd: UK

Ostrzeżenie: (0%)
-----


Cytat
Not Found
The requested document was not found on this server.

Jakie zapytanie? (IMG:http://forum.php.pl/style_emoticons/default/blink.gif)
Go to the top of the page
+Quote Post
teck
post
Post #7





Grupa: Zarejestrowani
Postów: 15
Pomógł: 0
Dołączył: 4.08.2005

Ostrzeżenie: (0%)
-----


hmm.. to moze tak:





--
-- Table structure for table `movies`
--

CREATE TABLE `movies` (
`fid` smallint(5) unsigned NOT NULL auto_increment, # pk
`id` mediumint(7) unsigned zerofill NOT NULL default '0000000', # imdb-key
`nr` smallint(3) unsigned zerofill NOT NULL default '000',
`runtime` tinyint(3) unsigned NOT NULL default '0',
`inserted` date default NULL,
`year` year(4) default NULL,
`genre` set('Action','Adult','Adventure','Animation','Comedy','Crime','Documentary','Drama','Family','Fantasy','Film-Noir','Horror','Music','Musical','Mystery','Romance','Sci-Fi','Short','Thriller',' War','Western') default NULL,
`sound` set('DD','DTS','stereo','mono') default NULL,
`lang` set('DE','EN','FR','ES','Other') default 'EN',
`ratio` enum('16:9','4:3','letterbox') default '16:9',
`format` enum('PAL','NTSC') default 'PAL',
`medium` enum('dvd','vhs','svhs','divX/Xvid','vcd/Svcd','dvd-r') NOT NULL default 'dvd',
`name` varchar(100) NOT NULL default '',
`aka` varchar(200) default NULL,
`cat` varchar(10) default NULL,
`comment` varchar(200) default NULL,
`poster` blob,
PRIMARY KEY (`fid`),
KEY `nr` (`nr`),
FULLTEXT KEY `name` (`name`,`aka`)
) TYPE=MyISAM;

-- --------------------------------------------------------

--
-- Table structure for table `people`
--

CREATE TABLE `people` (
`id` mediumint(7) unsigned zerofill NOT NULL default '0000000',
`name` varchar(100) NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM;

-- --------------------------------------------------------

--
-- Table structure for table `plays_in`
--

CREATE TABLE `plays_in` (
`movie_fid` smallint(5) unsigned NOT NULL default '0',
`people_id` mediumint(7) unsigned zerofill NOT NULL default '0000000',
PRIMARY KEY (`movie_fid`,`people_id`)
) TYPE=MyISAM;

-- --------------------------------------------------------

--
-- Table structure for table `writes`
--

CREATE TABLE `writes` (
`movie_fid` smallint(5) unsigned NOT NULL default '0',
`people_id` mediumint(7) unsigned zerofill NOT NULL default '0000000',
PRIMARY KEY (`movie_fid`,`people_id`)
) TYPE=MyISAM;

-- --------------------------------------------------------

--
-- Table structure for table `directs`
--

CREATE TABLE `directs` (
`movie_fid` smallint(5) unsigned NOT NULL default '0',
`people_id` mediumint(7) unsigned zerofill NOT NULL default '0000000',
PRIMARY KEY (`movie_fid`,`people_id`)
) TYPE=MyISAM;
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 19.09.2025 - 14:17