Hi there,
I wrote the following code:
<html>
<head>
<title> A21P7 </title>
</head>
<body>
<form action="A21P7.php" method="post" >
<?php
$Presidents = array('Washington,George', 'Adams,John', 'Jefferson,Thomas', 'Madison,James');
print "<b>Selection President</b><BR>"...