hi all
i want write simple code that can replay me number of form item that not empty
for example
i write this code in html page
when this page posted another page i want see how many item is empty or not emptyHTML Code:<form action="getnum.php" method="post"> <input name="test1" type="text" /><br /> <input name="test2" type="text" /><br /> <input name="test3" type="text" /><br /> <input name="test4" type="text" /><br /> <input name="test5" type="text" /><br /> <input name="test6" type="checkbox" value="yes" /><br /> <input name="" type="submit" value="Submit" /> </form>



Reply With Quote




Bookmarks