Hi
Thanks for the reply. I have followed the following steps. Do let me know if I am wrong anywhere.
1. stopped the apache
2. Downloaded the php-4.0.5.tar file.
3. untarred the file
4. cd to the php-4.0.5 directory
5. ./configure
6. make
7. make install
8. restarted apache
the httpd.conf on my linux machine has the following entry:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
I think that should take care of the application handler.
I am saving the php files as .php3 Is that fine?