filtering results

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kevrelland
Forum Commoner
Posts: 73
Joined: Mon Jan 08, 2007 7:41 am

filtering results

Post by kevrelland »

i currently building a site but i just can't figure out how to solve this problem

on the home page i want to have an area where the user can select what is shown by clicking a button or using a drop down menu that will filter results from a query and replace the content without loading the whole page

like the league tables on this site

http://www.football-league.premiumtv.co ... 94,00.html
about half way down on the right

cheers
kevin
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Replacing content without loading a page would be almost entirely Javascript/Ajax related. .. or was that not your actual question?
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Post by Jonah Bron »

AJAX. Remember, php isn't the only thing plenty of helpful folks know around here :wink:
Post Reply