Hi!!!
I got some reults from DB. into a array SP[]. Now I want to print it out within html codes...
But this echo don't work...
Can this be solved using print??
please help!
for($i=$k; $i<5; $i++) {
if ($SP[$i]!="NULL") {
$j=$i+1;
echo ('<TR>');
echo ('<td valign="top" width="397" height="25">$j. $SP[$i] </TD>');