|
Posted by Andy Hassall on 10/11/28 11:25
On 30 Aug 2005 13:12:32 -0700, "ligerdave" <david.c.fu@gmail.com> wrote:
>i run php4+mysql+apache2 on linux(ubuntu). every time i try to use
>mysql_connect function, it says something like this:
>Fatal error: Call to undefined function: mysql_connect() in
>/home/ligerdave/website/test.php on line 13
You haven't got PHP compiled with MySQL support. You need to either recompile
PHP with MySQL support enabled, or compile a dynamically loadable MySQL PHP
extension module.
http://uk.php.net/manual/en/ref.mysql.php or search Google for the error
message you got, there will be lots of hits.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|