I tried running small test php scripts from the www folder on PHP 1-8, and I get this string in the address bar:
http://shell.windows.com/fileassoc/0409/xml/redir.asp?Ext=php
and nothing in the window. The www folder is in the PHP 1-8 folder and not inside the PHP folder.
Do you have a suggestion?
I feel like I'm making some fundamental mistake, but I can't tell what it is. Do I need to run a particular type of script for output to show up? (Is my machine running the script, but not showing me any output?)
Below are a couple of the php files I'm running. Double clicking on their icons:
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>
and,
<?php phpinfo(); ?>
Thank you,
matt
|