| 
 Posted by Marcin Dobrucki on 06/17/20 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 
 
   It seems your php is compiled without mysql support (see phpinfo()  
for details). 
 
   /Marcin
 
[Back to original message] 
 |