Warning: Invalid argument supplied for foreach() in /home/e1rsbco/public_html/hafriz/wp-content/plugins/facebook-import-comments/classes/FacebookCommentImporter.php on line 185
Your browser (Internet Explorer 6) is out of date. It has known security flaws and may not display all features of this and other websites. Learn how to update your browser.
X
Post

transfering array type variable using post-form

Sample

form.php

<form action=”v.php” method=”post”>

<input type=text name=array[1] value=”">

<input type=text name=array[1] value=”">

<input type=submit name=submit value=hantar>

</form>
v.php

foreach($_POST["array"] as $test)
{
echo $test . “<br>”;
}

Related posts:

  1. My First Blog Post
  2. Timer quiz
  3. N-Queen
  4. 8-queen

Leave a comment  

name*

email*

website

Submit comment