ChiBuki
New Member
- Messages
- 11
- Reaction score
- 0
- Points
- 0
Hello,
Currently I have a table with over 50 entries and I'm trying to apply "Next" and "Previous" links for it using this tutorial: http://www.php-mysql-tutorial.com/php-mysql-paging.php
So far the Next and Previous links are working but I can't figure out how to echo from my database. It's either working links but the rows are not echoing, or the rows appear but the links aren't working.
This is the page live.
This is the page in html with PHP: I uploaded it as text file
It's supposed to look like this but there's a problem with my old script. It works fine in other browsers, but not for people with Windows XP and Firefox 3. The "Older »" link does not go all the way to entry #1 for unknown reason. Which is why I gave up on my script and used the tutorial above.
I don't need anything fancy; just a simple and effective Next and Previous links for my table. If you could help me to reach a solution I'd really appreciate it.
Thanks in advance.
Currently I have a table with over 50 entries and I'm trying to apply "Next" and "Previous" links for it using this tutorial: http://www.php-mysql-tutorial.com/php-mysql-paging.php
So far the Next and Previous links are working but I can't figure out how to echo from my database. It's either working links but the rows are not echoing, or the rows appear but the links aren't working.
This is the page live.
This is the page in html with PHP: I uploaded it as text file
It's supposed to look like this but there's a problem with my old script. It works fine in other browsers, but not for people with Windows XP and Firefox 3. The "Older »" link does not go all the way to entry #1 for unknown reason. Which is why I gave up on my script and used the tutorial above.
I don't need anything fancy; just a simple and effective Next and Previous links for my table. If you could help me to reach a solution I'd really appreciate it.
Thanks in advance.