“The way to learn to do things is to do things. The way to learn a trade is to work at it. Success teaches how to succeed. Begin with the determination to succeed, and the work is half done already.” --Henry Ford

How To: Create a Dynamic Playlist for HTML5 Audio

Using PHP, jQuery, and ajax (Advanced)

In the previous article, "How To: Create a Playlist for HTML5 Audio" (see Related articles below), we created a static playlist for HTML5 audio. It is static because the items in the playlist were hard-coded using standard HTML list item tags. In this article I will show you how to create a dynamic playlist using some advanced techniques with PHP, jQuery, and ajax.

See the Dynamic HTML5 Audio Playlist example here.