All pastes #633751 Raw Edit

aunes

public php v1 · immutable
#633751 ·published 2007-07-25 22:19 UTC
rendered paste body
foreach ($_POST as $key => $value) {		# set $_POST['foo'] = 'bar' to $foo = 'bar'		$$key = $value;	}