I just installed PHP in an account i have in the server
ie) with in my home directory.I don't have the SU .
After installing i wrote a small script
test.php
#!/home/php/bin/php
<?php
print("Hello, world!\n");
?>
it works fine it gives me a result
X-Powered-By: PHP/4.2.2
Content-type: text/html
Hello, world!
But when i view the same in the brower it just spits the code...
In my server they have netscape enterprise server.
could some one help me ..what are the changes i need to make (or ask my sys admin) to make it work through browser .
any advise will be in great help.
Thanks in advance.
Regards,
Thendal