ok...i'm about to throw the pc out the window. PHP wont install correctly. Here is the scenario...
Installed MYSQL correctly...I have a /usr/local/mysql directory....so I ran thhis command
./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs
so this compiled correctly, make and make install went well....
then I re-compiled apache...and here is the problem..I placed
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps
apache starts without complaints, but when I browse a php file
<? phpinfo() ?>
it tries to download it instead of executing..can someone help!!
thanks!!
devlogos