Click to See Complete Forum and Search --> : PHP in email


pombo67
01-03-2003, 09:13 AM
Hi all,

Does PHP work in emails that is if im sending a form in an email can i use php to check if the fields of the form has been filled correctly? If yes is there something special to do?

Thanks all...

Waiting for the reply asap please:D

pyro
01-03-2003, 10:19 AM
No, PHP doesn't work in an email. PHP is a server side language, and requires a server in order to work. You could validate your form with JavaScript, however. This will work as long as the users have JavaScript enabled.