K
Karl
Hi Gang,
My dev team has used Frontpage 2002 for the past two years to develop a
web-based application for my company. The project is well over 150,000 lines
of code, and FP2002 has worked like a charm. Recently, we updated to FP2003.
Since then we have run into some very serious problems with how FP2003 deals
with PHP code.
As PHP tags we use "<?" and "?>" and FP2002 recognizes them without problem.
FP2003, however, does not appear to recognize these tags, and converts them
to "& l t ; ?" and "? & g t ;" respectively (spaces added);
<INPUT TYPE="text" NAME="client_name" value="<?echo "John Smith";?>">
becomes...
<INPUT TYPE="text" NAME="client_name" value="& l t ; ?echo & q u o t;John
Smith& q u o t;;? & g t ;"?>">
Note: I added spaces so that this forum would display things correctly.
We do not want to change all 150,000+ lines of code of our project to
accomodate FP2003, and we do not want to go back to FP2002, so the only
options I see are somehow making FP2003 recognize tags as FP2002 did, or
dropping FP for another web editor.
Any help would be greatly appreciated.
-Karl Cox
My dev team has used Frontpage 2002 for the past two years to develop a
web-based application for my company. The project is well over 150,000 lines
of code, and FP2002 has worked like a charm. Recently, we updated to FP2003.
Since then we have run into some very serious problems with how FP2003 deals
with PHP code.
As PHP tags we use "<?" and "?>" and FP2002 recognizes them without problem.
FP2003, however, does not appear to recognize these tags, and converts them
to "& l t ; ?" and "? & g t ;" respectively (spaces added);
<INPUT TYPE="text" NAME="client_name" value="<?echo "John Smith";?>">
becomes...
<INPUT TYPE="text" NAME="client_name" value="& l t ; ?echo & q u o t;John
Smith& q u o t;;? & g t ;"?>">
Note: I added spaces so that this forum would display things correctly.
We do not want to change all 150,000+ lines of code of our project to
accomodate FP2003, and we do not want to go back to FP2002, so the only
options I see are somehow making FP2003 recognize tags as FP2002 did, or
dropping FP for another web editor.
Any help would be greatly appreciated.
-Karl Cox