Top "Data-conversion" questions

This tag refers to the process of converting the data type of one piece of information into another type.

Multi currency - what to store and when to convert?

I have read different Q&A on SO regarding multi currency but none of them are clear to me …

database database-design currency data-conversion currency-exchange-rates
Insert a PHP false into mysql

My MySQL table contains a tinyint(1) value that i use to store a true or false value. I have the …

php mysql data-conversion