On 6/20/06, Michel <03taxi@xxxxxxxxx> wrote:
Robert Cahn schreef:
> I'm running FC4. When my php script hits mysql_connect() it dies. I
> checked error_log and found
>
> PHP Fatal error: Call to undefined function mysql_connect()
>
> What am I missing in my httpd.conf file?
>
> /Bob Cahn
> Gipsy Trail Club
> Carmel, NY 10512
>
php-mysql ?
--
Facts are stuborn things
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
It sounds like you are not missing anything in your httpd.conf file, you probably need to look at your php connect function. I believe that is where your error is in your php function itself, possibly in the arguments.
syntax...
resource mysql_connect ( [string server [, string username [, string password [, bool new_link [, int client_flags]]]]] )
--
mB.
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list