ok i just went to the phpBB site and d/l the forum, well when i went to /phpBB/install.php it asked for the database server, address name, root password, when i clicked next it said it was checking the database connection the all of a sudden this line appears......
Fatal error: Call to undefined function: mysql_connect() in /home/httpd/html/phpBB/install.php on line 39
line 39 in the code is..
if(!$db = mysql_connect("$dbserver", "$dbuser", "$dbpass"))
now i have MySQL installed on the server and i can go in through the bash command and make databases and everything, so i dont know why im getting this error, im new to MySQl and i know some PHP,
Please help if you can, I wold greatly appreciate it.
-BS