I have made a page in Frontpage 2003, very basic just to test a page
<html>
<head>
<title>My First PHP Script</title>
</head>
<body>
<h4>Example One</h4>
<p><?php echo "Hello World"; ?></p>
</body>
</html>
However if I open windows explorer 6, select open, point to the page, it refuses to open?
I am using the wampserver package. Also tried publishing page in Frontpage, but no change. Also if I select view in browser when in Frontpage the page is blank. All services are running, phpMyAdmin opens etc. Any ideas, thanks
<html>
<head>
<title>My First PHP Script</title>
</head>
<body>
<h4>Example One</h4>
<p><?php echo "Hello World"; ?></p>
</body>
</html>
However if I open windows explorer 6, select open, point to the page, it refuses to open?
I am using the wampserver package. Also tried publishing page in Frontpage, but no change. Also if I select view in browser when in Frontpage the page is blank. All services are running, phpMyAdmin opens etc. Any ideas, thanks