Hi guys,
I have a problem with the script. There is a parse error in line 7 which it end of the line. I need your help to make them get correct, as I am not a programmer and know very little PHP.
Here it is the code:
<?php
try
{
include_once('HideUrlConfig.php');
}
?>
Parse error: syntax error, unexpected $end, expecting T_CATCH in /home/username/public_html/mysite.com/myscript.php on line 6
What do I needs to change it with?