I am running on RH6.2 and when I installed it Apache and php were install somehow.
The above 2 application appear to be running correctly until I tried to connect mysql.
I am new at php and mysql and somewhat limited in linux but my web server was working fine.
I download mysql expanded, compiled and installed it.
per the instruction: /usr/local/mysql/bin/
Since apache and php were auto installed they seem to be residing in: /home/httpd/html or at least that is where the apache and php index files are located.
<?php
$linkID = mysql_connect ("xxxxxx","xxxx","xxx") or
$db = mysql_connect("xxxxxx","xxxx","xxx")
?>
Fatal Error Call unsupported OR undefined function mysql_connect() in /home/httpd/html/mysql-php15.htm on line 11. Can anyone provide some info?