Hi,
I'm back with another question. This time I am conviced the answer is simple, I just can't find it anywhere.
I have a variable that comes from a drop down on a form. The variable may be somethig like "14", however, I need to write this to an integer field in a MySQL database.
So, how do I convert "14" to 14 so that I can use it in the database?
Cheers
nathj
I'm back with another question. This time I am conviced the answer is simple, I just can't find it anywhere.
I have a variable that comes from a drop down on a form. The variable may be somethig like "14", however, I need to write this to an integer field in a MySQL database.
So, how do I convert "14" to 14 so that I can use it in the database?
Cheers
nathj
Comment