does anyone know why this string:
04/05/04-04/09/04
would be turned into this:
0.0889
when inserted into a mysql db?
the string: 04/05/04-04/09/04
is coming from a text input field on a form and going into a varchar field in a mysql table? (the table field size is enough to accomodate the string and then some).
muchas gracias.
damnit, never mind, just needed to add '' around the variable being inserted into the db, forgive the dumbass question.