d-machine
08-26-2009, 10:34 AM
Hi,
I have a simple form with a text field
and I want to check if it was written there a integer.
I used is_numeric($_POST["input"]) but it accepts also double number.
What can I do?
I have a simple form with a text field
and I want to check if it was written there a integer.
I used is_numeric($_POST["input"]) but it accepts also double number.
What can I do?