<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>code.php</title>
<meta name="keywords" content="php,code,source,snippet"/>
<meta name="description" content="A php source code snippet"/>
<style type="text/css">
.html-sourcecode
{
background-color: Ivory;
border: thin solid gray;
white-space: pre;
padding: 1ex;
font-family: 'Courier New', monospace;
color: Teal;
}
.html-multiline-comment
{
color: Green; background-color: Beige;
font-style: italic;
}
.html-unparsed-cdata
{
color: black;
background-color: rgb(230,232,239);
}
.html-directive
{
color: MediumSlateBlue;
background-color: MistyRose;
}
.html-double-quoted
{
color: Chocolate;
}
.html-single-quoted
{
color: Chocolate;
}
.html-phpscript
{
color: black;
background-color: Azure;
}
.php-keyword
{
color: black;
font-weight: bold;
}
.php-ext-keyword
{
color: DarkBlue;
font-weight: bold;
}
.php-directive
{
color: MediumSlateBlue;
background-color: MistyRose;
}
.php-single-quoted
{
color: Chocolate;
}
.php-escape-sequence
{
background-color: AntiqueWhite;
}
.php-double-quoted
{
color: Chocolate;
}
.php-multiline-comment
{
color: Green; background-color: Beige;
font-style: italic;
}
.php-singleline-comment
{
color: Green; background-color: Beige;
font-style: italic;
}
.php-variable
{
color: Blue;
}
.php-identifier
{
color: black;
}
.php-number
{
color: Blue;
}
.html-processing-instr
{
color: MediumSlateBlue;
background-color: MistyRose;
}
.html-jscript
{
color: black;
background-color: Azure;
}
.js-directive
{
color: MediumSlateBlue;
background-color: MistyRose;
}
.js-identifier
{
color: black;
}
.js-multiline-comment
{
color: Green; background-color: Beige;
font-style: italic;
}
.js-singleline-comment
{
color: Green; background-color: Beige;
font-style: italic;
}
.js-keyword
{
color: black;
font-weight: bold;
}
.js-number
{
color: Blue;
}
.js-escape-sequence
{
background-color: AntiqueWhite;
}
.js-double-quoted
{
color: Chocolate;
}
.js-single-quoted
{
color: Chocolate;
}
.html-style
{
color: black;
background-color: Azure;
}
.css-block
{
color: black;
}
.css-attribute
{
color: Blue;
}
.css-value
{
background-color: AntiqueWhite;
}
.css-single-quoted
{
color: Chocolate;
}
.css-multiline-comment
{
color: Green; background-color: Beige;
font-style: italic;
}
.css-class
{
color: RoyalBlue;
background-color: AntiqueWhite;
}
.css-id
{
color: DarkBlue;
font-weight: bold;
}
.css-identifier
{
color: black;
}
.html-element
{
color: RoyalBlue;
}
.html-attribute
{
color: Blue;
}
.html-entity
{
background-color: AntiqueWhite;
}
</style>
</head>
<body>
<div xmlns='http://www.w3.org/1999/xhtml' class='html-sourcecode'><span class='html-phpscript'><?php
<span class='php-singleline-comment'>// Comment</span>
<span class='php-identifier'>include</span> <span class='php-single-quoted'>'common-after.php'</span>;
</span>?> </div></body></html>