Mailinglisten-Archive |
Aloha,
> ----------
> Von: Dominik Voege[SMTP:webmaster_(at)_brangl.de]
>
> Kann es sein dass ich Frontpage erstmal an .php3 "gewöhnen" muss, gibt es
> eine Einstellungsmöglichkeit?
>
Falls du noch nicht im Manual Language->Basic Syntax gelesen
hast, darin steht unter anderem:
Example 5-1. Ways of escaping from HTML
1. <? echo ("this is the simplest, an SGML processing instruction\n"); ?>
2. <?php echo("if you want to serve XML documents, do like this\n"); ?>
3. <script language="php">
echo ("some editors (like FrontPage) don't
like processing instructions");
</script>
4. <% echo ("You may optionally use ASP-style tags"); %>
<%= $variable; # This is a shortcut for "<%echo .." %>
Viele Grüße, Mathias
php::bar PHP Wiki - Listenarchive