Hello I've been trying this new database connection .php file my friend gave to me, so i uploaded all the files and its says:
Parse error: syntax error, unexpected T_STRING in /home/PRIVATE/public_html/dbc.php on line 4
so hears the code:
<?php
define ("DB_HOST", "mysql6.**********.com); // set database host
define ("DB_USER", "a3938111_123"); // set database user
define ("DB_PASS","hw131998"); // set database password
define ("DB_NAME","a3938111_123"); // set database name
$shellRotation = 1;
$rotationAmount = 100;
Well some of this errors anyways please help, sorry if its a easy fix, am new to this!