3
<link rel="stylesheet" type="text/css" href="../CodeViewer/showcode.css">
4
<script language="javascript" " src="../CodeViewer/showcode.js"></script>
9
include("../Codeviewer/showcode.php");
11
menulayout("../DomExample2b/DomExample2b.php","../DomExample1d/DomExample1d.php","DomExample2.txt","DOM Example 5: Validation #1 (click this heading to run code)","DomExample2code.php","DomExample2.html");
13
$interestingrows=array(array(10,12,"PHP Code"),array(14,15,"PHP Code"));
14
$keywords=array('validate();','load($file);');
15
$highlight=array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"),array("<?php","highlightspecial"),array("?>","highlightspecial"),array("echo","highlightspecial"),array("if","highlightspecial"),array("else","highlightspecial"));
17
showfile($interestingrows,$keywords,$highlight,"DomExample2code.php");