| 
 Posted by Carl on 06/23/74 11:25 
ligerdave 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 
>  
>  
> plz help!!!!! 
>  
 
With Ubuntu, you shouldn't _have_ to compile anything yourself. 
Make sure you have installed the php4-mysql package, and make sure the  
'extension=mysql.so' line is in your php.ini file.
 
[Back to original message] 
 |