Re: [PHP-DB] Error in accessing the database through MySQL

2001-01-30 Thread JJeffman

If you are running PHP3 in a Windows environment, check if you have enabled
php3_mysql.dll in the Windows Extensions session of the php3.ini file.

HTH.

Jayme.

http://www.conex.com.br/jjeffman



-Mensagem Original-
De: Devang P. Shah <[EMAIL PROTECTED]>
Para: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Enviada em: domingo, 31 de dezembro de 2000 08:13
Assunto: [PHP-DB] Error in accessing the database through MySQL


> Dear Sir/Mam,
>
> I am learing to use your php version
> "php-3_0_17-win32" downloded from your site. I am having MySQL installed
>
> on my computer. When I try to connect to a database through
> "mysql_connect()" it shows error that " Fatal error: Call to unsupported
>
> or undefined function mysql_connect() in e:\shhtml\dbfwork.php on line
> 7" where dbfwork.php is my file.
>
> Please help me.
>
> Thankyou.
>
>
> Devang P. Shah.
>
>
>
>
>
> --
> 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]
>


-- 
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]




Re: [PHP-DB] Error in accessing the database through MySQL

2001-01-30 Thread phobo

Why are you using php3.0.17? That is atleast 6 months old!

You have downloaded a version of PHP which doesn't have MySQL functions
built in.

Beacuse you are using the Win32 version, you should just use PHP4 (the
latest version), which WILL have MySQL functions built in. Go to
http://www.php.net/downloads.php

Siggy

- Original Message -
From: "Devang P. Shah" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, December 31, 2000 11:13 PM
Subject: [PHP-DB] Error in accessing the database through MySQL


> Dear Sir/Mam,
>
> I am learing to use your php version
> "php-3_0_17-win32" downloded from your site. I am having MySQL installed
>
> on my computer. When I try to connect to a database through
> "mysql_connect()" it shows error that " Fatal error: Call to unsupported
>
> or undefined function mysql_connect() in e:\shhtml\dbfwork.php on line
> 7" where dbfwork.php is my file.
>
> Please help me.
>
> Thankyou.
>
>
> Devang P. Shah.
>
>
>
>
>
> --
> 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]
>
>


-- 
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]