I'm editing my PHP with MS Front Page and use PHP Rocket. The following is
happening.
In my code, I have:
if ($X > $Y) { .......
When I switch to "Normal" mode, all my PHP code beginning with $Y is
displayed on the web page. NOTE: The PHP code does not show when I display
in the browser.
If I change to
if($Y < $X) { .....
The PHP code is not displayed in web page.
happening.
In my code, I have:
if ($X > $Y) { .......
When I switch to "Normal" mode, all my PHP code beginning with $Y is
displayed on the web page. NOTE: The PHP code does not show when I display
in the browser.
If I change to
if($Y < $X) { .....
The PHP code is not displayed in web page.
Comment