Php Foreach _post

by admin on October 10, 2010

php foreach _post

php foreach _post Questions


Javascript array to PHP array?

I’m trying to get to turn an array from javascript into a PHP array with POST…

foreach( $_POST['names'] as $key => $value )
{
$names[$key]=$_POST['names'];
}

which does not work… any help would be appreciated.

try this:
foreach( $_POST['names'] as $key => $value )
{
$names[$key]=$value;
}

php foreach _post Videos

php tutorial 10 – Brief foreach intro!

It has never been easier to shop for php foreach _post,

So run don”t walk and pick up php foreach _post at bargain

prices!

Leave a Comment

Next post: