i have installed php 4.0.6 by the following procedure
quick install(dso)
gunzip -c php-4.0.6.tar.gz | tar xf -
cd php-4.0.6
./configure --with-mysql --with-apxs
make
make install
all went ok
but when i prepare a simple programme
the browser does not compile it it show code
which i have written
i have checked httpd.conf regarding modules
also i does not find php.ini
please help me