PHP/MySQL run query on button press/click

Jake

New Member
Was wondering if it's possible to run/re-run a mysql query when a button/link is pressed/clicked?Basically, I run a query that limits the results to the first 7, with a button below the results to show more results. When the button is clicked/pressed, I need to re-run the query and set the limit to, say 20.Any help/advice on how to do this would be greatly appreciated. Thanks in advance, S.
 
Back
Top