K
Karl
Hi, I just upgraded from Frontpage 2002 to Frontpage 2003 and .php files I
created in 2002 are being changed by Frontpage 2003. Here is what it is
doing:
It changes this:
<input type="text" name="position" value="<?echo $info["Position_Name"]; ?>">
Into this:
<input type="text" name="position" value="<?echo $info["Job_Title"]; ?>">
My "<?" and "?>" tags are automatically being changed to "<?" and "?>",
respectively. Also the quotes are being changed to """.
I never want Frontpage 2003 to automatically change my code. I have turned
off a number of options in the Tools>Page Options section, and elsewhere, and
have not been able to resolve this issue with FP2003.
Any help would be greatly appreciated.
created in 2002 are being changed by Frontpage 2003. Here is what it is
doing:
It changes this:
<input type="text" name="position" value="<?echo $info["Position_Name"]; ?>">
Into this:
<input type="text" name="position" value="<?echo $info["Job_Title"]; ?>">
My "<?" and "?>" tags are automatically being changed to "<?" and "?>",
respectively. Also the quotes are being changed to """.
I never want Frontpage 2003 to automatically change my code. I have turned
off a number of options in the Tools>Page Options section, and elsewhere, and
have not been able to resolve this issue with FP2003.
Any help would be greatly appreciated.