Hi,
I was told that php is installed on a server. I am not the server administrator, just a site developer. I have not used php before, so this may be a dumb question. My problem is when I try to view the php page, it either 1) does nothing - in IE it shows a blank page and in Netscape it shows the page source (when the file is named just .php) or 2)asks to open or save the file (when named .php3). I believe php3 is installed, not php4.
I'm just doing a simple print statement to see that it works:
<?php print "php works"; ?>
I'm putting the files in the folder for the site. The structure looks like this: root->htdocs->site_folder. The cgi-bin, cgi-src, conf, etc.. are in the root directory.
I would greatly appreciate some help. I know very little about php and don't know if I'm putting the files in the wrong folder or if it is not installed correctly. Thanks,
Patrick