andrew jarcho wrote:
> Hello all,
>
> I'm running Fedora 12 (64-bit), Apache 2.2.14, PHP 5.3.1, MySQL
> 5.1.42, on a Dell laptop.
<snip>
> I get the message:
>
> Fatal error: Call to undefined function mysql_connect()
<snip>
> The output of my phpinfo() includes:
Is that from command line or webpage? They may read different php.ini files.
# php -i | grep mysql
return anything from the command line?
which config is it reading?
# php -i | grep php.ini
Is it the one you were editing previously?
--
Postgresql & php tutorials
http://www.designmagick.com/
|