D
dredge
Hi Guys, I upgraded from Frontpage XP to Frontpage 2003 and am having a
problem with FP2003 changing my PHP code. Here is an example:
Original Code:
value="<?if($post_data=="1"){echo $first_name;}?>"
After opening it in FP2003:
value="<?if($post_data=="1"{echo $first_name;}?>"?>"
I found that using <SCRIPT language="PHP">...</SCRIPT> instead of
<?...?> resolves this issue, but I need to use the ASP tags because my
exisitng codebase of 20k+ lines of PHP code use them, and they allow me
to code a lot faster (it's faster to type <? and ?>).
Any help on this issue would be deeply appreciated.
Thanks,
-Karl
problem with FP2003 changing my PHP code. Here is an example:
Original Code:
value="<?if($post_data=="1"){echo $first_name;}?>"
After opening it in FP2003:
value="<?if($post_data=="1"{echo $first_name;}?>"?>"
I found that using <SCRIPT language="PHP">...</SCRIPT> instead of
<?...?> resolves this issue, but I need to use the ASP tags because my
exisitng codebase of 20k+ lines of PHP code use them, and they allow me
to code a lot faster (it's faster to type <? and ?>).
Any help on this issue would be deeply appreciated.
Thanks,
-Karl