2 include "ctdlheader.php";
5 list($num_msgs, $response, $msgs) = ctdl_msgs($_REQUEST["mode"],
8 echo "num_msgs: " . $num_msgs . "<BR>\n" ;
9 echo "response: " . htmlspecialchars($response) . "<BR>\n" ;
11 if ($num_msgs > 0) foreach ($msgs as $msgnum) {
12 display_message($msgnum);
18 <a href
="welcome.php">Page One
</a
><BR
>
19 <a href
="page3.php">Page Three
</a
><BR
>