Problem with PHP

  • Thread starter Thread starter Gerry
  • Start date Start date
G

Gerry

I am trying to create a *.php page with FP and have copied some ready-made
PHP code into it. However, Frontpage makes a lot of alterations to this
code, such as changing '<' to '&lt', and I don't want it to do this. How can
I suppress these automatic changes? I am using the 2002 version.

With thanks,

Gerry
 
First of all, paste any script to notepad before you paste into FP in HTML/CODE view

If you are using PHP suggest you get the addins for FP and PHP at
http://www.microsoft.com/frontpage/downloads/addin/default.asp

--




| I am trying to create a *.php page with FP and have copied some ready-made
| PHP code into it. However, Frontpage makes a lot of alterations to this
| code, such as changing '<' to '&lt', and I don't want it to do this. How can
| I suppress these automatic changes? I am using the 2002 version.
|
| With thanks,
|
| Gerry
|
|
 
Back
Top