ASAP
I need to know which field
to use in MYSQL and what parameters the field
should have for saving currencies.
Also some PHP functions to handle them.
What i need is save one type of currency like DOLLAR
1500.34
and when reading be able to convert it in different formats.
But i dont know which field type and what parameters
for the field so i can store these values.
and how do i check whether the user put it correctly in
when submitting it via form.
Thank you!
Daniel