php-general | 2003022
Date: 02/28/03
- Next message: Lars Espelid: "[PHP] Get variable from PHP before submit"
- Previous message: Justin French: "Re: [PHP] strip comma from $value"
- In reply to: Jason Sheets: "Re: [PHP] Is it an apache or a php-problem?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If you change the call to mysql_connect() instead of
mysql_pconnect(), does it work?
If so, your recent updates may have messed up the settings for
persistent connections.
On Fri, 2003-02-28 at 13:09, Henning wrote:
> Hello
> I use Apache/1.3.27 Server
> I use to use a mysql-connection, but now the apache support is gone.
> Trying to connect to my MySQL-database gives following result:
>
> Fatal error: Call to undefined function: mysql_pconnect() in...
>
> How do I get the MySQL-support back?
>
> Henning (newbie)
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
-- ---------------------------------------------------------------- |Sam A. Funk http://www.samafunk.com sfunk <email protected>| |Wichita, KS Guitarist (self-proclaimed) Macintosh Fanatic| |Kansas Bluegrass Association http://www.kansasbluegrass.org/ | ------------------------------------------------------------------ PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Lars Espelid: "[PHP] Get variable from PHP before submit"
- Previous message: Justin French: "Re: [PHP] strip comma from $value"
- In reply to: Jason Sheets: "Re: [PHP] Is it an apache or a php-problem?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

