Maybe this should be a new topic/thread
When I change the
action on the line from this
PHP Code:
<form id="contact_form" method="post" action="?">
to this, introducing a formHandler file
PHP Code:
<form id="contact_form" method="post" action="formHandler.php">
and move all of the
class validate code { } to the formHandler.php file, the files will not talk to each other.
Is it a simple task to get the contact.php to be actioned by the formHandler.php ?
Thanks in advance for any opinion on this item.