Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001041

Re: [PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect() From: Brian S. Dunworth (brian <email protected>)
Date: 04/12/01

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>