Dear friend,
I can't find the syntax error in my html table in php code.
echo "<table border='1'>";
echo"<tr>";
echo"<th>".{$data['engword']}."</td>";
echo"<th align='left'> "<a href=\"http://www.domain.com/sound/En-us-{$data['engword']}.WAV \" title=\"open the audio file for the word {$data['engword']} \"rel='dbPopWin'><img src='audio.gif'></a>"."</td>";
echo"</tr>";
echo"<tr>";
echo"<td align='left'></td>";
echo"<td>".(stripslashes($data["mword"]))."</td>";
echo"</tr>";
echo"</table>";
many thanks in advance,
regards.
ko