>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:
>
>phpinfo();
>?>
Also, include some more code.. Or even better, check out some of t
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:
...and see if it says you do.
At 12:44 PM 4/13/01 -0400, franky wrote:
>I'm trying to
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]
Fo
how to put in debug stuff. It's easier to see your
mistakesI know I had a bunch...
Dan
> --
> From: Patrick Schäfer
> Sent: Wednesday, April 4, 2001 7:41 AM
> To: PHP
> Subject: [PHP-DB] Fatal error: Call to unsupported or un
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 = mysql