Hi:
Adding a detail to my previous note on the mysql connect problem:
At the point where I attempted to connect, I added a printout of the error generated when the instruction ran. The two lines now read:
$result = mysql_pconnect("localhost", "api_user", "x97533"); echo "Tried to connect. Problem: ".mysql_error()." <br>";
What came back was:
Tried to connect. Problem: Client does not support authentication protocol requested by server; consider upgrading MySQL client
Thanks for your help.
Jim
Check the archives/Google/MySQL's site/etc. This 'problem' has been discussed numerous times.
-- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 john@xxxxxxxxxxxx
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php