Sorry to piggy back on this topic, but would you happen to know of or have a link to a 
php discussion list?

-----Original Message-----
From: Kelly Firkins [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 17, 2002 12:12 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: questions


You'll want to post this question to the PHP lists. this error is 
coming from PHP indicating that it doesn't know about the MySQL 
functions. Either it wasn't compiled with mysql or it's mis-configured. 
Create a (haha.php) file with contents
<?php
        phpinfo();
?>
And open it via your browser via the web server. It'll tell you how 
things are configured. Persons on the PHP lists may ask to see that 
page to help diagnose

Kelly

On Sunday, September 15, 2002, at 10:12  PM, raquel.esparagoza wrote:

>
> Hi,
>
> We are trying to MySQl for our discussion Forum, but when we try to 
> browse
> our php code, it is giving us this error:
> Fatal error: Call to undefined function: mysql_connect() in
> /var/www/html/board-tnk_v2.0/dbcreate.php3 on line 17
>
> May I know what is the possible problem? We are using RedHat Linux 7.3 
> on
> Kernel 2.4.18-3 on an i686, since there are Apache and PHP enabled on 
> this
> Linux we are just trying to use these applications. I checked the PhP 
> info
> it used .configure --with-mysql in configuration.
>
> Hoping for your response.
>
> Thanks in advance,
>
> Raquel Encia Esparagoza
> Consultant (eBusiness)
>
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail 
> <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to