Array & Loop Example

Suppose we have a form and we want from user to select from a list of check boxes and check his favorite choices, post that data as an array and we want to display that data by calling array and arranging it in a loop. Then for this purpose consider following example.

Form Code

<p>Arrays example</p>
<p>Check your favorite Movies:
</p>
<form action="nextpagename.php" method="post" name="array-form" id="array-form">
  <p>
    <input name="pick[]" type="checkbox" value="Harry Potter">
    Harry Potter<br />
    <input name="pick[]" type="checkbox" value="The Hobbit">
    The Hobbit<br />
    <input name="pick[]" type="checkbox" value="Lord Of Rings">
    Lord Of Rings<br />
    <input name="pick[]" type="checkbox" value="Matrix">
    Matrix<br />
    <input name="pick[]" type="checkbox" value="Happy Feet">
    Happy Feet<br />
    <input name="pick[]" type="checkbox" value="The Hell Boy">
    The Hell Boy<br />
    <input name="pick[]" type="checkbox" value="Hulk">
    Hulk</p>
  <p>
    <label>
    <input type="submit" name="button" id="button" value="Submit">
    </label>
</p>
</form>

PHP Code – Retrieve Data From Array and Display It Through A Loop

<?php
for ($i=0; $i<count($_POST['pick']);$i++)
	{
$displaydata=$_POST['pick'][$i]."<br />";
echo "$displaydata";
        }
?>

In the above example we have collected the data from check boxes in form of arrays named as pick[] and we have sent it to another PHP page where it is displayed through a for loop.

PHP Arrays Example Download

  • Share/Bookmark

, , ,

Leave a Review

Incoming Searches

free php array script to read data from mysql, datamatrix php, $ ajax({type: POST url: join php data: data String, get value from array php, retrieve values from array php, retrieve data from array php, get values from array php, data matrix php script, mysql matrix php array, Php admin array checkbox, php array checkbox not arranging right, php array with images, mysql fetch array php, inserting values matrix php mysql, input name id array, input name as array, input name array, how to retrieve the array of image and data from mysql database, how to retrieve data from array in php, how to get values in array from while loop in php, php class use data from array, php data download example, php echo data from database join, script php fetch array, retrive data in array php, retrieving mysql data from checkbox, retrieve array of values from form php, php retrive data from database with for loop, php retrieve images from database when checkbox checked change color, php mysql checkbox data retrieval, php mysql array checkbox example, php insert in array download example, php get value in array, php get data from array, php get array through post, php get array, php function to retrieve data from VArray, how to get info from the array in php, how to get data of array in php, how to get data from array, free php examples, Free checkbox php mysql script Download, form input name array, fetching data using checkbox in ajax and php, fetching checkbox value using php script, example fetch data stored in array php, displaying return array of retrieved data values from a function in php, DataMatrix PHP free, codeigniter array checkbox, checkbox quiz in php pull from database, book download of php by an example, array php example, array of checkboxes in php from database, access data from array, free php get data book, get checkbox value - PHP y mysql, how to get array in mail using php, how to fetch database data in array in php, how can we access data from array, how can i take data from php in array collection, Get values from array in php, get value from an array php, get data to array, get data in array, get data from array, get data from an array in php, Get Data As An Array, get data arrays with php, get data array php, get content from php array, $ get data array