On Tue, May 24, 2005 2:14 pm, Jim & Sara Feldman said:
>       $result = mysql_pconnect("localhost", "api_user", "97533");

if (!$result) die(mysql_error());

Try it without the 'p' in pconnect, which you probably aren't using in the
other connections in your testing.

-- 
Like Music?
http://l-i-e.com/artists.htm

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

Reply via email to