ANY help is appreciated - I can't figure this stuff out and I'm not familiar with this end of things at all - not getting anywhere with the software developer on this one - I've been down for over a week!
This is now the error message on my site...
Parse error: syntax error, unexpected '"' in /homepages/15/d265658961/htdocs/easyjobportal/admin/setting.php on line 20
This is the area (?) that I think it's in (setting.php file) there are more files, but just copied the beginning... let me know if anything else is needed. thanks.
// load database settings ...
// change these settings with your database settings ...
$db_host = "some.net";
$db_name = "nameExample";
$db_username = "unameExample";
$db_password = "pwdExample";
// load directory and url settings ...
// change these settings with your root folder settings ...
$dir_base = $_SERVER['DOCUMENT_ROOT'] ";
$url_base = "http://" . $_SERVER['HTTP_HOST'] ";