RE: [PHP-DB] Fatal error: undefined function mysql_connect()

2001-04-30 Thread Lester June Cabrera


Shouldn't it be "--with-mysql=..." ?


At 09:17 AM 4/30/01 +0200, Newsletter wrote:
>Hi there,
>
>we have the same problem on our Debian.
>
>In the top of the output of phpinfo() says "-with-mysql=share", but
>there is no section with mysql and the settings further down.
>
>Maybe someone knows the answer!
>
>Greetings
>Andi
>
>|-Ursprüngliche Nachricht-
>|Von: winescout [mailto:[EMAIL PROTECTED]]
>|Gesendet: Sonntag, 29. April 2001 20:44
>|An: [EMAIL PROTECTED]
>|Betreff: Re: [PHP-DB] Fatal error: undefined function mysql_connect()
>|
>|
>|I am having the same problem.  I followed the advice of the
>|message below(|phpinfo()?>), and can only find any mention of mySQL in my
>|Configure area.
>|It shows that I configured it with "-with-mysql=share".
>|What is the next
>|step to solving this?
>|
>|Here is some more information that may be usefull.
>|RedHat 7.0
>|Apache 1.3.x
>|PHP 4.04 compiled with Apache, not as a dynamic module
>|
>|time and suggestions much appreciated
>|Matt
>
>
>--
>PHP Database Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]



-
Lester June Cabrera
Chief Web Programmer
I-Quest Corporation

Tel: (632) 867 8150 local 301 or 302
Fax: (63 2) 867 8077
E-mail: [EMAIL PROTECTED]

Visit the most comprehensive on-line business travel resource at 
http://www.worldroom.com

Successful events start here. Visit http://www.worldroomevents.com .
The one-stop online exchange for event planners and suppliers to the MICE 
industry.


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DB] Fatal error: undefined function mysql_connect()

2001-04-29 Thread Newsletter

Hi there,

we have the same problem on our Debian.

In the top of the output of phpinfo() says "-with-mysql=share", but
there is no section with mysql and the settings further down.

Maybe someone knows the answer!

Greetings
Andi

|-Ursprüngliche Nachricht-
|Von: winescout [mailto:[EMAIL PROTECTED]]
|Gesendet: Sonntag, 29. April 2001 20:44
|An: [EMAIL PROTECTED]
|Betreff: Re: [PHP-DB] Fatal error: undefined function mysql_connect()
|
|
|I am having the same problem.  I followed the advice of the
|message below(), and can only find any mention of mySQL in my
|Configure area.
|It shows that I configured it with "-with-mysql=share".
|What is the next
|step to solving this?
|
|Here is some more information that may be usefull.
|RedHat 7.0
|Apache 1.3.x
|PHP 4.04 compiled with Apache, not as a dynamic module
|
|time and suggestions much appreciated
|Matt


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] Fatal error: undefined function mysql_connect()

2001-04-29 Thread winescout

I am having the same problem.  I followed the advice of the message below(), and can only find any mention of mySQL in my Configure area.
It shows that I configured it with "-with-mysql=share".  What is the next
step to solving this?

Here is some more information that may be usefull.
RedHat 7.0
Apache 1.3.x
PHP 4.04 compiled with Apache, not as a dynamic module

time and suggestions much appreciated
Matt

"Victor Foitzik" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello franky,
> on 13.04.2001 you wrote:
>
> > I'm trying to connect to mySQL DB by Web page
> >  and
>
> > when I use mysql_connect()
> > this append:
> > Fatal error: Call to unsupported or undefined function mysql_connect()
>
> > thanks!
>
> are you really sure your php has mysql support compiled in (yes, it is
> possible to compile it without ;-)) ? check  for mysql
> info, if you don't find anything, fetch the latest version and build
> a new php module with mysql support.
>
> HTH
> Vic
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] Fatal error: undefined function mysql_connect()

2001-04-19 Thread Victor Foitzik

Hello franky,
on 13.04.2001 you wrote:

> I'm trying to connect to mySQL DB by Web page
>  and

> when I use mysql_connect()
> this append:
> Fatal error: Call to unsupported or undefined function mysql_connect()

> thanks!

are you really sure your php has mysql support compiled in (yes, it is
possible to compile it without ;-)) ? check  for mysql
info, if you don't find anything, fetch the latest version and build
a new php module with mysql support.

HTH
Vic



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]