Echo
Posted: Fri Feb 19, 2010 9:23 am
I'm having trouble with this line of code:
I've also tried:
and....
This always gets me and I have no idea how to solve it. Any help would be appreciated.
Thanks,
Rob.
Code: Select all
echo"<p class=list><b>Weight:</b>$_POST["."weight{$y]"."] kg</p>";Code: Select all
echo"<p class=list><b>Weight:</b>$_POST[".weight{$y]."] kg</p>";Code: Select all
echo"<p class=list><b>Weight:</b>$_POST[".'weight{$y]'."] kg</p>";Thanks,
Rob.