I have have a string stored in a MySQL database.
I want to pull the string from the database, break it into char
elements and attach sound files to each letter. The letters will be displayed in a web page and when clicked, will play a sound which represents that letter.
I have tried using the .split()
function, but have not had much success. Has anyone seen anything similar to this or does anyone have any suggestions?