Forum Moderators: coopster
31 <body>
32 <?php
33 echo "<p>
34<form action="$_SERVER['PHP_SELF']" method="POST">
35<table width='95%' border='0' cellspacing='0' cellpadding='2'>
36
37<tr><td></td><td>Please fill in all information.</td></tr>
38
39 <tr><td align='right'><b>First Name:</b></td>
40 <td><input type='text' name='$First Name' size='65'
41 maxlength='65' value='First Name'></td></tr>
42
...
96 </table>
97 <input type='hidden' name='submitted' value='yes'>
98</form>
99 </p> ";
100 ?>
101</body>
Would appreciate any correction or suggestion.
Thank you.