Jump to content

stopped working?


RaythMistwalker

Recommended Posts

<td><font face="Arial, Helvetica, sans-serif"><? if($invoice != '£0.00') { echo "<b>"; } echo "$id"; if($invoice != '£0.00') { echo "</b>"; } ?></font></td>
<td><font face="Arial, Helvetica, sans-serif"><? if($invoice != '£0.00') { echo "<b>"; } echo "$firstname"; if($invoice != '£0.00') { echo "</b>"; } ?></font></td>
<td><font face="Arial, Helvetica, sans-serif"><? if($invoice != '£0.00') { echo "<b>"; } echo "$lastname"; if($invoice != '£0.00') { echo "</b>"; } ?></font></td>

 

Pretty simple, this tells me if a user still owes me money based on if the invoice is different than £0.00 and i haven't changed it since it was first coded.. it stopped working?

Link to comment
https://forums.phpfreaks.com/topic/187504-stopped-working/
Share on other sites

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.