4
<link rel="stylesheet" type="text/css" href="codeviewer.css">
5
<script type="text/javascript" src="codeviewer.js"></script>
9
include("codeviewer_functions.php");
11
menulayout("innan.php","efter.php","example_code.txt","Example 1: Execution of AJAX API","example_code.txt", "example_code_description.txt");
13
$interestingrows = array(
14
array(6,9,"Interesting row array"),
15
array(11,14,"Keywords")
24
array("array", "highlightnormal"),
25
array("showfile", "highlightspecial")
28
showfile($interestingrows,$keywords,$highlight, "example_code.txt");