Hello everybody,
I admit that I have become a great fan of your forums due to the valueable information that you guys have provided to the community.
Congratulations on a great job!
As coming to my problem, I am at a loss to find a solution to the following scenario:
I have a mySQL database populated with records. While developing the front end, I used dreamweaver to build most of the PHP code.
However it required numerous customizations.
Now I want the user on the website to select the number of records to view per page with the help of a Drop down menu at the bottom .
The values for the Drop down menu will be 5, 10, 15, 20, 25
When the page loads, PHP gets the value from the menu to display the default number of records per page (i.e. 5)
And if user wants to view more records per page, he/she has the option to select the number of records to view per page from the drop down menu.
Probably Javascript will be used to select and then load the values from the menu without pressing submit button.
But please let me know HOW..
Regards,
Kamran