Or you can us client side JavaScripting.

> Hello Dominique,
>
> Tuesday, March 2, 2004, 6:31:00 PM, you wrote:
>
> DA> Is there a way with php to force the user to put only numeric
> character in a text field ?
>
> No, because that's a client-side thing. You can however use the PHP
> function is_numeric() to check the data once it has been entered to
> ensure they are numbers and error out if not.

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

Reply via email to