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 <? phpinfo(); ?> 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]

Reply via email to