Welcome Guest, Not a member yet? Register   Sign In
Array
#4

[eluser]Jamie Rumbelow[/eluser]
If you want to loop through, just use this:

Code:
foreach ($_POST as $key => $value) {

$arg[$key] = $value;

}

Remember - the $_POST array functions just as a regular array does.


Messages In This Thread
Array - by El Forum - 05-28-2008, 05:41 PM
Array - by El Forum - 05-28-2008, 05:57 PM
Array - by El Forum - 05-28-2008, 06:24 PM
Array - by El Forum - 05-28-2008, 06:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB