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.

Re: Frontpage and PHP by Stefan

Stefan
Wed Sep 24 04:18:58 CDT 2003

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

--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Eric Lo" <dragonsix@yahoo.com> wrote in message news:07cb01c38243$34f05050$3101280a@phx.gbl...
| 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.