Re: Small Problem with a function

2001-07-18 Thread Werner Stuerenburg
mysql support should be built into php. I experienced this twice under Winxx. The first time I found a remedy which I don't remember. The second time I upgraded to the newest version of php. > Fatal error: Call to unsupported or undefined function mysql_pconnect() > in ./db_mysql.php on line 38

RE: Small Problem with a function

2001-07-18 Thread Sander Pilon
You must compile PHP with the mysql module enabled. See the PHP manual for more information. (Or search the excellent php mailinglist archives at http://www.php.net/support.php) > -Original Message- > From: Rick Makla [mailto:[EMAIL PROTECTED]] > Sent: 18 July 2001 17:02 > To: [EMAIL PRO

Re: Small Problem with a function

2001-07-18 Thread Mike Baranski
Did you build PHP with mysql support, and are you requring the mysql/php module in your program, something is not set up correctly. On Wednesday 18 July 2001 11:01, Rick Makla wrote: > What can I do to fix this error or can you referance me to a point where > I can look at to try to fix the prob