pre checking of submitted data
hi everyone..
In my project,i have a html form with several fields.
I want that no one could enter anything except digits in those fields.if someone enters any character or any other thing it will generate error.
Is there any php function by which i can check the submitted data from the form,for the presence of any character,so that i can generate error for that to the user.
thank u for ur support..
|