Hello everyone,
I wanted to know how to get the value of code when I use a echo statment with HTML tags. Everytime I try it I get the value for code as $code . Here is the data below:
$code = odbc_result($noderesult,"code");
echo'<td width="25%">$code </td>';
Thanks for the help.