“One who fears failure limits his activities. Failure is the opportunity to begin again more intelligently.” --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.