Shoutbox

pagination returned (again) - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: pagination returned (again) (/showthread.php?tid=53732)

pagination returned (again) by stoshrocket on 12-08-2005 at 09:30 PM

ok, since my last post inquireing about pagination on a web page was about a month ago and i STILL dont get it fully, i think i am entitled to create this thread. Ive read numerous tutorials on how to create the php code, but there is one thing i dont get: where does the 'data' that needs to go into the table go?? ie/. what file(s) do i have to create that would contain all this data??? :s

btw:: its a small blog i am creating if anyone wants to know


RE: pagination returned (again) by hmaster on 12-08-2005 at 09:50 PM

pagination, not sure what you mean, can you give me an example please :P?


RE: pagination returned (again) by WDZ on 12-09-2005 at 05:11 AM

quote:
Originally posted by Methos2
where does the 'data' that needs to go into the table go?? ie/. what file(s) do i have to create that would contain all this data???
Do you not want to use MySQL? :-/
quote:
Originally posted by hmaster
pagination, not sure what you mean, can you give me an example please :P?
Pagination is used to display data on multiple pages instead of one big page. For example, all the thread listings on this forum are paginated.
RE: pagination returned (again) by stoshrocket on 12-09-2005 at 04:09 PM

quote:
Originally posted by WDZ

    quote:Originally posted by Methos2
    where does the 'data' that needs to go into the table go?? ie/. what file(s) do i have to create that would contain all this data???


Do you not want to use MySQL?

i would if at least one of the guides explained how to use mySQL to do it!

btw, the easiest way i can think about pagination is on google results:: the << prev 123 next >> type thing, i just want the numbers but am totaly confused :s
RE: pagination returned (again) by ShawnZ on 12-09-2005 at 04:13 PM

Wtf are you on about? Instead of getting everything from the table, just get five or six things :-/


RE: pagination returned (again) by stoshrocket on 12-09-2005 at 05:45 PM

quote:
Originally posted by ShawnZ
Wtf are you on about? Instead of getting everything from the table, just get five or six things :-/


:S explain
RE: pagination returned (again) by Veggie on 12-09-2005 at 06:29 PM

please read up on mysql and the relevant functions in php for mysql, without this we can only tell you how to do stuff and you wont learn anything