Miscellaneous
|
|
|
|
<?
// Apply to other arrays simply by replacing the first argument of the 'foreach()' function with the array name.
foreach($_GET as $a=>$b){$$a=$b;} // $_GET
foreach($_POST as $a=>$b){$$a=$b;} // $_POST
?>
|
|
|
Usage Example
|
|
|
Rate This Script
|
|
|
|