Using MySQL to store data that is in integer form. Need to display data as USD (such as $678,321 for the integer value 678321).
Do I use PHP to do this or straight HTML? I have an HTML Form right now to display the data as it is formatted in MySQL.
TIA,
jej1216
Do I use PHP to do this or straight HTML? I have an HTML Form right now to display the data as it is formatted in MySQL.
TIA,
jej1216
Comment