faqts : Computers : Programming : Languages : PHP : Installation and Setup : Frontpage

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

33 of 44 people (75%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

How can I stop Frontpage wrecking the php code in a html page?

Jan 13th, 2000 09:19
Nathan Wallace, Jack Sasportas,


Frontpage will ignore all code inside ASP style tags.  These are of the
form:

    <%
        // your code here
    %>

You can tell PHP to enable ASP style tags in the php.ini file.