Thanks bernouli,I did make and make install ...
It didn't give any error .
No i am not using apache webserver, Netscape Enterprise Webserver ...I don't have any access on the server admin though 🙁
here is what i did next ..i placed a test.php file on my directory and tested in the command line ..it worked .. 🙂
but when i view the same file in browser in just spit the code .....it didn't work attached is the file
#!/homedir/php/bin/php -q
<?php
print("Hello, world!\n");
?>
and also i tested an html version .... it appears a blank page
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo "Hello World<p>"; ?>
</body>
</html>
Thanks again ..
Regards,
~thendal