Jump to content

A set of "$" in one line??


RON_ron

Recommended Posts

Well, you should have give a bit more code. if its in php then

echo "<TR>
<TD align='left' width='100'>YUOR CODE: </TD><TD align='left' width='700'>$abn-$abna-$abnb-$abnc</TD>
</TR>
";

if its in html then

<TR>
<TD align='left' width='100'>YUOR CODE: </TD><TD align='left' width='700'><?php echo "$abn-$abna-$abnb-$abnc"; ?></TD>
</TR>

 

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.