adjusting lines of code
Thanks for your reply. I don't know php well, so I'm going to ask your advice on what to do with the lines of code.
Line 2 of contactWebmaster.php is:
<?php require_once('WA_Globals/WA_Globals.php');?>
Line 3 of WAVT_ValidatedForm_PHP.php is:
session_start();
Now what do I do with these lines of code?