session_start(); $table = ""; $table .= ""; $table .= ""; $table .= ""; $table .= ""; $table .= " A S C I I - T a b l e"; $table .= ""; $table .= ""; $table .= ""; $table .= ""; $table .= " if($_GET["font"] == "Arial") $table .= " selected"; $table .= ">Arial"; $table .= " if($_GET["font"] == "Garamond") $table .= " selected"; $table .= ">Garamond"; $table .= " if($_GET["font"] == "Tahoma") $table .= " selected"; $table .= ">Tahoma"; $table .= " if($_GET["font"] == "") $table .= " selected"; if($_GET["font"] == "Verdana") $table .= " selected"; $table .= ">Verdana"; $table .= " if($_GET["font"] == "Webdings") $table .= " selected"; $table .= ">Webdings"; $table .= " if($_GET["font"] == "Wingdings") $table .= " selected"; $table .= ">Wingdings"; $table .= ""; $table .= ""; $table .= ""; $table .= ""; for($count = 1; $count <= 256; $count++) { $table .= ""; $table .= $count; $table .= ""; $table .= ""; $table .= chr($count); $table .= ""; if($count % 8 == 0) $table .= ""; } $table .= ""; $table .= ""; ?> Geerson - Ascii table