I created a php file. The data is saved but when i pull up the page I'm asked to download the file to save locally.
1.) I have created the file with .php extension.
2.) The code is:
<?php
phpinfo();
?>
3.) I added a php handler of application/x-httpd-php as well.
Can anyone provide some insight into what is the problem?
4.) Also do I need to install php on the server using shell access?
Much appreciated.
-James
1.) I have created the file with .php extension.
2.) The code is:
<?php
phpinfo();
?>
3.) I added a php handler of application/x-httpd-php as well.
Can anyone provide some insight into what is the problem?
4.) Also do I need to install php on the server using shell access?
Much appreciated.
-James
Comment