Omhoog en omlaag opschuiven
afg
12/08/2008 10:11:00PHP hulp
05/11/2024 14:52:52afg
20/08/2008 19:18:00dit is mijn tabel:
table movies (
movie_id int not null auto_increment,
title varchar(255) not null,
ranking int,
primary key (movie_id)
);
table movies (
movie_id int not null auto_increment,
title varchar(255) not null,
ranking int,
primary key (movie_id)
);