|
Integers with symbols in sql tables
I've created my database table and a php form on my website to upload data to the database. All the fields work fine except for the two "coordinate" fields, which require two sets of numbers separated by a forward slash (ex. 111/222). I've tried using VARCHAR, CHAR and TEXT and INT types, but am getting no results. I've even tried using a comma in place of the slash but with the same negative results. Can someone please help me with this issue?
|