Can someone please confirm my understanding about form processing? Taking a PHP approach is the following true?
1. The form itself can be all hTML and not contain any PHP code.
2. The actual form processing (including sending form contents in an email) assuming PHP, is written in all in PHP.
3. The PHP form processing code must reside on a seperate page (i.e. file) within the hosting website.
Is the above correct?
1. The form itself can be all hTML and not contain any PHP code.
2. The actual form processing (including sending form contents in an email) assuming PHP, is written in all in PHP.
3. The PHP form processing code must reside on a seperate page (i.e. file) within the hosting website.
Is the above correct?
