HI,
I need to know how to display a variable from DB that has antoher variable in it: here is what i mean
($Description) is an variable that contain this html code:
<table height="688" width="500" border="0">
<tbody>
<tr>
<td width="82%" height="20"><strong><font face="Arial">$Name</font></strong></td>
<td height="20"><strong><font face="Arial">$Item_num</font></strong></td>
</tr>
<tr>
<td colspan="2" height="380"> </td>
</tr>
<tr valign="top" align="center">
<td colspan="2" height="288"><img height="275" src="$Big_pic" width="327" border="0" alt="" /><br /><a onclick="self.close()" href=""><strong><font face="Arial">CLOSE WINDOW</font></strong></a> </td>
</tr>
</tbody>
</table>
Now my question is if you see closely there are more variable in this code and i want to display them but i only see $Name and not the original value so does any 1 kno how to make the php display the variable value instead of ($Name) Variable it self.