Dear friend,
I make a very simple dictionary script. Now I need to extend sound file in this script.
My Initial database has only 2 colums
{English,Bm}
I forget to create the "ID" column. :)
all 5000 sound files are stored in a folder
http://www.domain.com/files/sound/(english-word)*.mp3
how can I link all the English words sound files in my SQL query code.?
echo '<li>$row['engword']'</a></li>';
engword = english word.
many thanks in advance,
koko