I have a template form which I have used and re-used many times successfully. However, after uploading my most recent variant it displays the form OK, but on clicking the submit button it displays a white page containing the last few lines of the code from the php form handler. My template works as follows: I have an html page to display the fields and tick boxes.
The form section is preceeded by the usual <form action="filename.php" method ="post">. This sends the information to the php form handler which has always worked in the past, of course I always modify the form handler to match the input from the html form.
I checked and rechecked against my successful versions of the form and cannot find a difference.
Have any of you experts experienced the white page containing the last few lines of the php code?
Awestruck