Ejemplo n.º 1
0
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t<td align="right" width="104" style="padding-right:5px">Phone Number:</td>
\t\t\t\t\t\t\t\t<td align="left">
\t\t\t\t\t\t\t\t\t<input id="phone" style = "height:25px; padding-left:10px;border-radius:5px;" size = "25" type="text" name="f[]" placeholder="your Ten Digit Number" required = "true"/> 
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t</td>
\t\t\t\t\t\t\t</tr>
\t\t\t\t\t\t\t<tr>
\t\t\t\t\t\t\t\t<td colspan = "2">&nbsp;</td>
\t\t\t\t\t\t\t</tr>
\t\t\t\t\t  </table>
\t\t\t\t\t\t<input type="submit" name="submit" value = "Sign Up!" style=" background:#000099;border:none; color:white; font-family:georgia; font-size:14px; height: 25px; width: 100px; border-radius:5px; position:relative; left: 200px; top: 10px;" />
\t        </div>
\t\t\t</form>
TABLE_BLOCK;
}
display();
if (isset($_POST['submit'])) {
    $formData = $_POST['f'];
    $fclass = new dummy();
    $fclass->check($formData);
    $fclass->result();
}
?>
</div>
</div> 
</body>
</html>