php-db | 2001041
Date: 04/12/01
- Next message: B. van Ouwerkerk: "Re: [PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()"
- Previous message: franky: "[PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()"
- In reply to: franky: "[PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()"
- Next in thread: B. van Ouwerkerk: "Re: [PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()"
- Reply: B. van Ouwerkerk: "Re: [PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Such patience! You waited nearly 7 whole minutes before reposting your
message!
I don't run MySQL, so I'm not sure... but it looks like you probably don't
have MySQL support in your version of PHP. Try:
<?php
phpinfo();
?>
...and see if it says you do.
At 12:44 PM 4/13/01 -0400, franky 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!
>
>Franky
>franky <email protected>
>
>
>
>
>--
>PHP Database Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: php-db-unsubscribe <email protected>
>For additional commands, e-mail: php-db-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>
-------------------------------------
Brian S. Dunworth
Sr. Software Development Engineer
Oracle Database Administrator
The Printing House, Ltd.
(850) 875-1500 x225
<brian <email protected>>
-------------------------------------
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: B. van Ouwerkerk: "Re: [PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()"
- Previous message: franky: "[PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()"
- In reply to: franky: "[PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()"
- Next in thread: B. van Ouwerkerk: "Re: [PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()"
- Reply: B. van Ouwerkerk: "Re: [PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

