I have a form in which I have to put together two numbers seperated by a '-'. When I save it to MySql it treats it as a mathematical equation and does the calculation. (i.e. I want to save from a form input 25001-400 but MySql saves it as 24601) ?
Force number input to string
Collapse
X
Comment