<br><br><div><span class="gmail_quote">On 6/20/06, <b class="gmail_sendername">Michel</b> <<a href="mailto:03taxi@gmail.com">03taxi@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Robert Cahn schreef:<br>> I'm running FC4.  When my php script hits mysql_connect() it dies.  I<br>> checked error_log and found<br>><br>> PHP Fatal error:  Call to undefined function mysql_connect()<br>><br>
> What am I missing in my httpd.conf file?<br>><br>> /Bob Cahn<br>> Gipsy Trail Club<br>> Carmel, NY 10512<br>><br>php-mysql ?<br><br>--<br><br><br>Facts are stuborn things<br><br><br><br><br><br>--<br>fedora-list mailing list
<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br><br><br></blockquote>
</div><br>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.<br>
<br>
<span style="font-style: italic;">syntax...</span><br>
resource <b class="methodname">mysql_connect</b> ( [string server [, string username [, string password [, bool new_link [, int client_flags]]]]] )<br clear="all"><br>-- <br>mB.