noir2501: hello, i'm having a problem with PHP. compiled, installed, everything 
works, but it doesn't seem to know of mysql. I get this error: Fatal error: Call 
to undefined function: mysql_connect() in /var/www/html/kulak/functions/dbf.php 
on line 6
boolean: noir2501, try enabling the mysql module in php.conf
noir2501: boolean: do you mean the php.ini file?
boolean: right
boolean noir2501, add the line extension=mysql.so (or uncomment the line if it 
exists already).
noir2501: ok, thanks alot!