W
Will
Hi, I have a FrontPage shopping cart that was written in PHP. When I edit a
PHP page (configured FrontPage to be the default HTML editor for it) it works
fine except when I save the page.
It seems the PHP page has some hidden form fields in there and any time I
save the page with FP the code is rewritten like this:
<input type="hidden" name="thetime" value="<?= $session["ordertime"] ?>" ?>"
?>">
So what FrontPage is doing is adding the extra ?>" everytime I save the
page. If I save it 10 times, then I will see ?>" 10 times on the same field.
I've disabled all of the code formatting and re-writing rules (optimize) but
it doesn't seem to have an affect on it.
Suggestions?
PHP page (configured FrontPage to be the default HTML editor for it) it works
fine except when I save the page.
It seems the PHP page has some hidden form fields in there and any time I
save the page with FP the code is rewritten like this:
<input type="hidden" name="thetime" value="<?= $session["ordertime"] ?>" ?>"
?>">
So what FrontPage is doing is adding the extra ?>" everytime I save the
page. If I save it 10 times, then I will see ?>" 10 times on the same field.
I've disabled all of the code formatting and re-writing rules (optimize) but
it doesn't seem to have an affect on it.
Suggestions?