D
Doug Stewart
I've put some PHP code in my FrontPage files and then uploaded.
Unfortunately, FrontPage corrupts PHP. I've found the following site which
advises how to prevent this:
http://office.microsoft.com/en-gb/assistance/HA011092991033.aspx
What do I lose (e.g. things that will stop working due to functionality
being turned off) by following these instructions?
One of the instructions is:
Use ASP-like <% and %> tags instead of the <? php?> tags. This stops
FrontPage from reformatting your PHP code.
My PHP code begins with "<?php" and ends with "?>". Do I just replace both
by "<%" ?
Regards,
Doug
Unfortunately, FrontPage corrupts PHP. I've found the following site which
advises how to prevent this:
http://office.microsoft.com/en-gb/assistance/HA011092991033.aspx
What do I lose (e.g. things that will stop working due to functionality
being turned off) by following these instructions?
One of the instructions is:
Use ASP-like <% and %> tags instead of the <? php?> tags. This stops
FrontPage from reformatting your PHP code.
My PHP code begins with "<?php" and ends with "?>". Do I just replace both
by "<%" ?
Regards,
Doug