I've searched everywhere and even php and mysql's websites as well as stack overflow. I've never learned how to do this and I guess I'll just ask the question.
I have a form that captures information. Say fields: grandtotal, expensetotal, and spendable. I'd like to use the php echo to populate the information. Currently I've been using the text field and I think having the echo would be cleaner display.
In addition, if the information in the fields are just numbers say 18923 is there an easy way with the php echo to have it display $18,923 ?
So I don't know what information is need.
Table name is: u6tdn_budgetpage7
Field name is: grandtotal
I have a form that captures information. Say fields: grandtotal, expensetotal, and spendable. I'd like to use the php echo to populate the information. Currently I've been using the text field and I think having the echo would be cleaner display.
In addition, if the information in the fields are just numbers say 18923 is there an easy way with the php echo to have it display $18,923 ?
So I don't know what information is need.
Table name is: u6tdn_budgetpage7
Field name is: grandtotal