This is my first post on here so be nice :p
I'm pretty no.sh to PHP and was wondering if i could ask a question!
I've got a list of around 200 records (which are for pictures) in a MySQL database and was wondering how to diplay them all over several pages? Say on the first page 20 thumbnails are display, click next and the next 20 are displayed and so on!
many thanks
PU43X
Hi all
Moderator: General Moderators
Something like this should help you out:
http://codewalkers.com/tutorials.php?show=4
http://www.onlinetools.org/articles/pre ... uttons.php
http://www.onlamp.com/pub/a/php/2000/11 ... vious.html
Donno
http://codewalkers.com/tutorials.php?show=4
http://www.onlinetools.org/articles/pre ... uttons.php
http://www.onlamp.com/pub/a/php/2000/11 ... vious.html
Donno
cheers for the replies. I think i can do it now!
I have one small question again. :p
how can i run the query on the same page without using variable?
link would look like
http://www.mydomian.com/gallery.php?viewall
instead of
http://www.mydomain.com/gallery.php?imageid=1
hope that makes sense!
I have one small question again. :p
how can i run the query on the same page without using variable?
link would look like
http://www.mydomian.com/gallery.php?viewall
instead of
http://www.mydomain.com/gallery.php?imageid=1
hope that makes sense!