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.

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

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

Reply via email to