RE: [PHP-DB] Call to undefined function: mysql_pconnect()

2001-04-10 Thread Rick Emery
rom: Bruno [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 2:00 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Call to undefined function: mysql_pconnect() Hello, Here's the code : if (DB_PCONNECT == true) { $c

Re: [PHP-DB] Call to undefined function: mysql_pconnect()

2001-04-09 Thread Bruno
Hello, Here's the code : if (DB_PCONNECT == true) { $connectfunc = "mysql_pconnect"; } else { $connectfunc = "mysql_connect";

Re: [PHP-DB] Call to undefined function: mysql_pconnect()

2001-04-09 Thread B. van Ouwerkerk
>I am getting this error when I run a program that tries to access a mySQL DB >trough PHP4. I've read that this error appears when the module for mySQL >isn't present. A bit of code could help.. if it's caused by the wrong .so, you could try what happens if you compily PHP with the .so from the