Hi, I Am Having Problems With this Piece Of Code:
<?php
// Config
$Conf = array();
$Conf['db'] = array();
$Conf['template'] = 'default';
$Conf['language'] = 'en';
$Conf['title'] = 'Care In Mind File Server';
$Conf['db']['server'] = 'mysql17.000webhost.com';
$Conf['db']['username'] = 'a6670856_fileser;
$Conf['db']['password'] = 'ja23mes';
$Conf['db']['name'] = 'a6670856_fileser';
$Conf['docUrl'] = 'http://careinmindintranet.co.cc';
$Conf['job_server'] = 'http://careinmindintranet.co.cc/Secure/FileServer/jobs';
$Conf['prehash'] = '';
?>
I Keep geting This Message: Parse error: syntax error, unexpected T_STRING in /home/a6670856/public_html/Secure/FileServer/etc/config.php on line 12
Any ideas? Thanks!
SilverArrow23