I'm trying to get a web-package running.. php-csl and I'm getting this error:
Fatal error: Call to undefined function: mysql_connect() in /var/www/html/include/config.php on line 4
The line of code it's refering to is:
return mysql_connect("localhost", "root");
I don't think that the webpage had connected, so I'm thinking it's related...
Wynder