It sounds to me that you may not have installed PHP with MySql support. mysql_connect() is a standard MySql function that PHP calls to connect to the database. If that function doesn't work then you won't be able to connect to the database at all. And a connection to the database must be made before any data can be pulled from it.
As I said, you should first make sure that you have installed PHP with MySql support. There is good installation documentation for PHP here: http://www.php.net/manual/en/installation.php
Hope this helps.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I see its been a long time since this error was posted but if youre still interested, I think I figured it out... send me the file u used at codEjunKi at gmail dot com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It sounds to me that you may not have installed PHP with MySql support. mysql_connect() is a standard MySql function that PHP calls to connect to the database. If that function doesn't work then you won't be able to connect to the database at all. And a connection to the database must be made before any data can be pulled from it.
Just in case, I've uploaded an sql import file. It can be found here: http://phpcc.sf.net/files/setup.sql
As I said, you should first make sure that you have installed PHP with MySql support. There is good installation documentation for PHP here: http://www.php.net/manual/en/installation.php
Hope this helps.
I see its been a long time since this error was posted but if youre still interested, I think I figured it out... send me the file u used at codEjunKi at gmail dot com