hello,
my users have a different pages on my site where navigation can be nice to look at past records, but not something the average user will use.
that being said, i want to get rid of my standard navigation; first|previous|next|last records 1 to 10 of 25...
and use something where the user can click 'more' after 10 records and the next 10 records show below them (so there are now 20 records on the page. similar sites using this are facebook and twitter, but i can't tell how they are doing it b/c nothing changes in the url.
can i do this strictly using php? if so, does anyone have any recommendations or starting points? if not, what type of language do i need?
thank you!
page navigation, just using one button (more)
Moderator: General Moderators
-
ninethousandfeet
- Forum Contributor
- Posts: 130
- Joined: Tue Mar 10, 2009 4:56 pm
Re: page navigation, just using one button (more)
Not without reloading the page.ninethousandfeet wrote:can i do this strictly using php?
AJAX. There's a lot of stuff about it on the internet if you want to search around a bit.ninethousandfeet wrote:if not, what type of language do i need?
-
ninethousandfeet
- Forum Contributor
- Posts: 130
- Joined: Tue Mar 10, 2009 4:56 pm
Re: page navigation, just using one button (more)
perfect, i'll look into ajax and see what i can do.
thanks for the help!
thanks for the help!