Hello,

On 03/20/2003 10:32 PM, Orlando pozo wrote:
How could I verify if a variable is a "Numeric string"? , I need help
in this; for example when I submit a form, all texts fields are sent
in strings, if you need to verify that the string is all numeric, How
could I verify?, thanks for your help.

You may want to try this forms generation and validation class that provides several validation methods, including integer validation as you want. It may generate Javascript code to validate your fields before letting the form be submitted and can also validate on server side.


http://www.phpclasses.org/formsgeneration

--

Regards,
Manuel Lemos


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to