Well, I may have fixed that problem, but now the variable tester says:
Parse error: syntax error, unexpected T_VARIABLE in the dbopen.php file.
I've watched fidel's video from allsimbaseball and followed the instructions but fidel's video was for ootp 11 and the pdf file included for statslab install for ootp 14 says it is the instructions for ootp 13.
The dbopen sample file reads:
<?php
$db = mysql_connect('sqlhost.domain.com','sqluuser','sql password') or die('Could not connect: '.mysql_error());
mysql_select_db('sqldb');
?>
I got the user and password and database in there, what goes in 'sqlhost.domain.com' ?
Is this local host as fidel says in his video, it isn't working for me unless something else is wrong.
Thanks for the help if anyone is reading this.
|