<html>
<head>
<title>phpWebEd/axWebEd Example 1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<big>phpWebEd/axWebEd Example 1</big> <small><a href="example2.php">click
here for Example 2</a></small>
<hr>
<table width="100%" border="0">
<tr valign="top">
<td>
<?
include "phpwebed/config.inc.php";
content("Sample_1");
?>
</td>
<td width="250">
<? content("Sample_2");?>
</td>
</tr>
</table>
</body>
</html>