"axel yson" <[EMAIL PROTECTED]> wrote:
> Fatal error: Call to unsupported or undefined function
> mysql() in /usr/local/share/apache/htdocs/test.php3
> on line 13

This is a PHP error, not a MySQL error.  PHP does not have an internal
function mysql() so unless you defined a function called mysql() that is the
reason for your error.  If on the other hand you didn't paste that error and
accidentally typed mysql() instead of whatever really appeared in the error
message, perhaps something like mysql_connect() then the problem is you
don't have PHP compiled with MySQL support.

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to