Click here to Skip to main content
15,885,546 members
Articles / Database Development / MySQL

The Workings Of A Simple PHP Scrolling List

Rate me:
Please Sign up or sign in to vote.
4.60/5 (4 votes)
25 Apr 2014CPOL3 min read 22.2K   1  
This tip shows how PHP can be used to access a MySQL database to retrieve data for a scroll list. Here, I will discuss one that lists 12 rows at a time on a web page.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions