Re: [PHP] Online tutorials for form validation in PHP

2002-02-06 Thread John Fulton
Laurie, You should use the funtions isset() and empty() along with the appropriate conditionals. I have a tutorial which demonstrates a way to do this: http://www.rci.rutgers.edu/~jfulton/php1/forms.html John -- John Fulton, Webmaster, Rutgers University Computing Services. On Wed, 6

[PHP] Online tutorials for form validation in PHP

2002-02-06 Thread [EMAIL PROTECTED]
Greetings, I'm a beginner in PHP, so forgive me if I ask really basic questions! I've created a form that inserts data into a database, and so far, the form works. However, I don't have form validation included into this form, so I was wondering if someone can point me to an online tutorial on h