T4VN is an online PHP Help community that provides PHP Tutorials, PHP Examples, PHP Scripts, PHP Support
    HOME  |  HOSTING COUPON  |  TEMPLATE  |  PHP SCRIPTS  |  LINK TO US  |  LINK  |  REGISTER | CONTACT
::: Member Login :::
 Username
 Password
 
Forgot your password ?
::: PHP Tutotal :::
  PHP Basic (7)
  PHP Advanced (4)
  PHP Database (2)
  Coding Step By Step (8)
  PHP and AJAX (0)
::: PHP Example :::
  Arrays (1)
  Code Highlighters (3)
  Database Functions (12)
  Date & Time (5)
  E-Mail (6)
  Forms (5)
  Guestbooks (1)
  Logging (2)
  Miscellaneous (10)
  Password Generators (3)
  Randomizers (3)
  String Manipulation (10)
  User Authentication (6)
::: Search On T4VN :::
::: T4VN Statistics :::
  PHP Scripts : 35
  PHP Example : 67
  PHP Tutorials : 21
  PHP News : 91
  Total Coupon : 36
  Other Tutorials :
  Member : 168
  Visitor Online : 2
  Today Visit: 228
  Total Visitor : 88078
  Most Online : 25
::: Sponsored Links :::

PR 4 For This Webpage
Home Today :

Checkbox

Author : morad

when you need to a lot of checkbox, you should use this code...

PHP Example :

<?
if ($HTTP_POST_VARS['check']) {
    
    
$box=$HTTP_POST_VARS['box1']; //as a normal var
    
$box_count=count($box); // count how many values in array
    
    
foreach ($box as $dear) {
        echo 
$dear."<br>";
    }
echo 
"<hr>";
}
?>
<form name="hede" method="POST" action="">
<input type="checkbox" name="box1[]" value="1"> 1
<input type="checkbox" name="box1[]" value="2"> 2
<input type="checkbox" name="box1[]" value="3"> 3
<input type="checkbox" name="box1[]" value="4"> 4
<input type="checkbox" name="box1[]" value="5"> 5 <br><br>
<input type="checkbox" name="box1[]" value="6"> 6
<input type="checkbox" name="box1[]" value="7"> 7
<input type="checkbox" name="box1[]" value="8"> 8
<input type="checkbox" name="box1[]" value="9"> 9
<input type="checkbox" name="box1[]" value="10"> 10 <br><br>

<input type="submit" name="check" value="SEND">

</form>


Other Example
Radio Buttons
Select Menu out of MySql


::: Resources :::
  Links Directory
  Programming 2 3
  Webmaster 2 3
  Web Design 2 3
  Web Hosting 2 3
  Other Links 2 3
  Asian ShowBiz News
  Teach Seo For You
::: New Templates :::




::: Other Tutorials :::
 Program Design

  Powered By T4VN.NET - Version 2.0 - CopyRight © T4VN.NET 2005-2007