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
; To: [EMAIL PROTECTED] > Subject: Small Problem with a function > > > 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 problem. > > Fatal error: Call to unsupported or undefined function > mysql_pconnect() in ./db_

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

Small Problem with a function

2001-07-18 Thread Rick Makla
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 problem. Fatal error: Call to unsupported or undefined function mysql_pconnect() in ./db_mysql.php on line 38 Rick Makla Digital Media P: 803.758.4057 F: 803.779.9455 [EMAIL PROTECTED] ---