I get the following error and can't figure out how to resolve it.
Thanks for your assistance!
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/tools/public_html/responder/include/globals.php on line 9
Code:
<?php
// Database conection parameters (need to be global)
$Host = "localhost";
$Database = "responder";
$User = "root";
$Password = "";
// URL of usubscribe script (without parameters)
$SelfPath "http://www.yoursuccesstools.com/responder/unsubscribe.php";
$SiteName = "YourSuccessTools.com";
// Path to media files
$MediaPath = "http://www.yoursuccesstools.com/responder/media/";
?>
[ ModEdit - bpat1434 ] Added php code tags.