[PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()

2001-04-12 Thread franky
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 [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()

2001-04-12 Thread Brian S. Dunworth
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

Re: [PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()

2001-04-12 Thread B. van Ouwerkerk
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(); ? Also, include some more code.. Or even better, check out some of the

[PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()

2001-04-04 Thread Patrick Schäfer
Can anybody help me with this problem Fatal error: Call to unsupported or undefined function mysql_connect() in dbopen.php on line 7 $server = "localhost"; $user = "dbuser"; $password = "pass"; $db = mysql_connect($server, $user, $password); -- This is line 7 of my script $select =

RE: [PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()

2001-04-04 Thread Brunner, Daniel
how to put in debug stuff. It's easier to see your mistakesI know I had a bunch... Dan -- From: Patrick Schfer Sent: Wednesday, April 4, 2001 7:41 AM To: PHP Subject: [PHP-DB] Fatal error: Call to unsupported or undefined function mysql_c