|
Posted by Jim Ottaway on 10/25/26 11:34
>>>>> Andy Baxter <news4@earthsong.null.free-online.co.uk> writes:
> hello,
> I'm using the php4-mysql module with php4 under debian linux (sarge). I
> have a script, schedule.php, which runs fine when I invoke it from the
> command line, but fails with the error:
> Fatal error: Call to undefined function: mysql_connect() in
> /local/rivulet/interface/db.php on line 4
> when I try to invoke it as a web page (using apache2). As far as I know,
> php itself is set up correctly.
I had this problem using sarge too. I got it working by adding
extension=mysql.so to the php.ini in /etc/php4/apache.
Regards,
--
Jim Ottaway
[Back to original message]
|