Frontpage and PHP

E

Eric Lo

Hi,

I am writing php script using Frontpage 2002. For some
reasons, I have to use html file as a template and with
php variable. (e.g. <a href=%URL%>%URL%</a>)

However, FP always format my code as <a HREF="%25url%25">%
url%</a>. Is there anyway to disable the "formatting"
feature?

Thanks.
 
S

Stefan B Rusynko

There are a couple FP addins for PHP
See http://www.microsoft.com/frontpage/downloads/addin/default.asp

PS
your snippet is not a valid stand alone piece of code




| Hi,
|
| I am writing php script using Frontpage 2002. For some
| reasons, I have to use html file as a template and with
| php variable. (e.g. <a href=%URL%>%URL%</a>)
|
| However, FP always format my code as <a HREF="%25url%25">%
| url%</a>. Is there anyway to disable the "formatting"
| feature?
|
| Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top