Is there a way to use these two types of coding in the Mail function of PHP?
Thanks for any help you can give it is most appreciated!!
money_format('% i', $total)
and
print " <tr class=orderpage > \n";
print " <td align=center>$C SQTY</td>\n";
print " <td>COLD SORES</td>\n";
print " <td>\$20.00</td>\n";
print " <td> </td>\n";
print " <td>\$$CST</td>\n";
print " </tr>\n";
Thanks for any help you can give it is most appreciated!!
money_format('% i', $total)
and
print " <tr class=orderpage > \n";
print " <td align=center>$C SQTY</td>\n";
print " <td>COLD SORES</td>\n";
print " <td>\$20.00</td>\n";
print " <td> </td>\n";
print " <td>\$$CST</td>\n";
print " </tr>\n";
Comment