Jason Davidson wrote:
woah, full functionality.. it has will still connect, at least, it will
still connect for me. Where the functionality is missing, im not sure.
But sinse the error is cant connect to localhost, i would say that it
strying to connect to localhost, and not being allowed.

The missing functionality has to do with new functions added to MySQL 4.1.x that didn't exist before. It's safe to say that being able to connect to the database existed before MySQL 4.1.x. Check the MySQL web site for changes to 4.1.x


If the error is...

Fatal error:  Call to undefined function mysqli_connect()

Then the problem is that mysqli support is not compiled in.

MySQL functions != MySQLi functions

That said, im fully open to the idea that this may be the problem, im
just reporting that i have connected to a mysql version greater than
4.1 with mysql_connect.

mysql_connect() != mysqli_connect

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to