When i click on the link 'School' it brings up with this:
Code:
Fatal error: Cannot redeclare uniqueid2() (previously declared in /home/bass2k8/public_html/n-13news/config.php:34) in /home/bass2k8/public_html/n-13news/config.php on line 38
I checked that file, and found that line 34 had the contents of:
Code:
$id = md5(uniqid(rand(), true));
and line 38 had the contents of:
Code:
}
I do not know what is wrong with it but i would like to get it working =D
Warning: mysql_query() [function.mysql-query]: Access denied for user 'bass2k8'@'localhost' (using password: NO) in /home/bass2k8/public_html/test.php on line 22
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/bass2k8/public_html/test.php on line 22
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/bass2k8/public_html/test.php on line 23