need help, easy fix to code
Posted: Sat Jan 24, 2009 9:05 pm
This is a string of code from a pretty intense script that I use. This code displays the user's revenue in a table along with other bits of information.
This is only one column of the table, the variable is "lead_amount" and I need to format that to display numerically. I usually use the number_format() code but it won't seem to work here properly. I might not be using the right syntax.
So basically I need to display "lead_amount" numerically. Can anyone help! Here is the code:
THANK YOU!
This is only one column of the table, the variable is "lead_amount" and I need to format that to display numerically. I usually use the number_format() code but it won't seem to work here properly. I might not be using the right syntax.
So basically I need to display "lead_amount" numerically. Can anyone help! Here is the code:
Code: Select all
$colNames[]="Your Revenue"; $format[]=$camp->createFormat(null, null,"lead_amount", null);THANK YOU!