--- Paul DuBois <[EMAIL PROTECTED]> wrote:

> Are you trying to store telephone number values with
> the intermediate dashes? Such values are not
> actually
> numbers. You'll need to store them as strings, or
> else remove the dashes.


Yes, they made all the difference.  
Set the field type to varchar, and the input type to
string.  Correct numbers including hyphens now in
database.

Wondering about one more issue, could changing this to
input string, leave me open to some type of SQL
injection ?

Stuart

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to