Rate this script:  I Love it  /   I Hate it

Using cycling through input variables in PHP using foreach


Code


foreach ($_GET as $key => $value)
{
print "$key has a value of $value";
}

 

 

 
Using cycling through input variables in PHP using foreach scripts | Using cycling through input variables in PHP using foreach snippet | Using cycling through input variables in PHP using foreach example | Using cycling through input variables in PHP using foreach tutorial | Using cycling through input variables in PHP using foreach code