So Im editing a page on my site, and I tried to edit a code, because I got an error... cant remember what it is right now, but anyways, I changed it and got another error, something about unexpected T_DNUMBER? Well I decided to change it back, and now I'm getting a new error... which doesnt make sence, how can the error just change without changing a file? (I basically copied and pasted the original file back into that file)
Parse error: syntax error, unexpected '.', expecting ')' in /home/otakua/public_html/index.php on line 26
lines 25-27 are...
include('config.php');
$link = mssql_connect(DB_ADDR, DB_USER, DB_PASS);
if (!$link) die('Could not connect to MSSQL database.');
Could somebody please help me?