[PHP] Form control

2001-08-06 Thread i_union

Hi all

I'm succsesfuly created online handling form and parse is in Oracle databaze
... but I wana to control each entry before it will be inserted into a
databaze ...
As you guess I nedd form control script which will control entries ...I dont
need Java Script I neeed any small php script which can control form filling
..

Please help me or give me some idea !!!

Thanks in advance



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Form control

2001-08-06 Thread B. van Ouwerkerk


Please help me or give me some idea !!!

Few thoughts:

- check the referer
- check the length of the string
- use regular expressions

Bye,



B.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]