RaythMistwalker Posted January 6, 2010 Share Posted January 6, 2010 <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 More sharing options...
RaythMistwalker Posted January 6, 2010 Author Share Posted January 6, 2010 nvm found out the font was clashing. Link to comment https://forums.phpfreaks.com/topic/187504-stopped-working/#findComment-990028 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.