I have been developing web sites in Dreamweaver for two years and love it. I have to develop a new site for a customer who wants it 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/assistance/HA011092991033.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.
Any Frontpagers out there that can help me?
TIA
Frank