Addressed to: <[EMAIL PROTECTED]>
              [EMAIL PROTECTED]

** Reply to note from <[EMAIL PROTECTED]> Fri, 2 Mar 2001 15:59:55 -0500
>
> Hi,
>
> When I run the code:
>
> <?php
>       mysql_connect ("LOCALHOST","webmaster2","hironsc0");
> ?>
>
> I got error message:
>   Fatal error: Call to unsupported or undefined function mysql_connect() in

English translation:  You have not compiled MySQL support into PHP.  You
will need to re-compile, or find a different RPM.  If you compile it
yourself, be sure to add  with-mysql to the ./configure command.


If this is on a Windows host, look in php.ini and uncomment the line
that loads the MySQL DLL.




Rick Widmer
Internet Marketing Specialists
http://www.developersdesk.com

--
PHP General 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