<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Array Concept</title> </head> <body> <form name="aform" method="post" action="" onsubmit=""> <table border="0px" cellpadding="10" cellspacing="0" style="background:#603; border-radius:10px; border:1px solid #FFF; "> <tr><td align="center" colspan="2">Driving Form</td></tr> <tr> <td>vehicle</td> <td><input type="checkbox" name="vehicle[]" value="bus" />bus <input type="checkbox" name="vehicle[]" value="car" />car <input type="checkbox" name="vehicle[]" value="bike" />bike</td> </tr> <tr><td colspan="2" align="center"><input type="submit" name="submit" value="submit" /></td></tr> </table> </form> </body> </html>
Array Concept
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment