P
Phrank
I have been developing web sites in Dreamweaver for two years. I have a
customer who wants me to take over for a web developer who has been
developing the site in Frontpage. I can't seem to get it kickstarted.
I am using Frontpage 2003 /Windows XP / IIS ver 5.1 on my local pc. My PC
works great with Dreamweaver on XP and IIS.
In Frontpage under help it tells you to do 4 things to make it Php
compatible. I have done that. Found here
http://office.microsoft.com/en-us/a...1092991033.aspx
No matter what I try Frontpage ignores php commands. Here is the code I am
trying to get to work:
-------------------------------------------------------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<body>
Hi
<? echo "Well hi to you"; ?>
</body>
</html>
-------------------------------------------------------
It says Hi but not Well hi to you.
I have used <?php instead of just <?. I have also used <%. All to no avail.
Again just learning Frontpage but under "Site Settings" - General - It says
"Server Version:" No server in use.
How do I tell it to use my PC and look at IIS?
customer who wants me to take over for a web developer who has been
developing the site in Frontpage. I can't seem to get it kickstarted.
I am using Frontpage 2003 /Windows XP / IIS ver 5.1 on my local pc. My PC
works great with Dreamweaver on XP and IIS.
In Frontpage under help it tells you to do 4 things to make it Php
compatible. I have done that. Found here
http://office.microsoft.com/en-us/a...1092991033.aspx
No matter what I try Frontpage ignores php commands. Here is the code I am
trying to get to work:
-------------------------------------------------------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<body>
Hi
<? echo "Well hi to you"; ?>
</body>
</html>
-------------------------------------------------------
It says Hi but not Well hi to you.
I have used <?php instead of just <?. I have also used <%. All to no avail.
Again just learning Frontpage but under "Site Settings" - General - It says
"Server Version:" No server in use.
How do I tell it to use my PC and look at IIS?