Chris Dowell wrote:
All this is irrelevant; while you're still trying to use MySQL 5 with mysql_connect() instead of mysqli_connect(), it WILL NEVER WORK

Sort that out first before you start worrying about firewalls - you can't test the firewall if you can't ever have a successful test case.

Cheers

Chris

The MySQL functions work fine in php5. It just doesn't support all the features available in MySQL => 4.1.0. Unlike php4, support for MySQL isn't bundled in php5, but when enabled, it works.


--
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