Windows Server SystemPost your Windows Server System question here. Besides Windows Server 2003, Windows Server System also includes other Microsoft Server software (such as BizTalk Server, Exchange Server, ISA Server & others).
Mission Statement
WindowsBBS is an online community dedicated to easily accessible technical support for those using Microsoft operating systems and other Windows software.
Our goal is to become the leading resource for computer users that require assistance with their day-to-day computer usage, including full support for networking PC's, virus & malware removal, system upgrades and general support questions.
Undefined variable: PHP_SELF in <b>C:/MySites/question/contactForm.php</b> on line 118.
Looking through the PHP documentation via this search it appears that there are two ways of using PHP_SELF. Either as a variable, in which case it should be:
$PHP_SELF
or as a server call, in which case the syntaxt is:
$_SERVER['PHP_SELF']
My guess is that you've left out the quote marks (') either side of PHP_SELF