All pastes #633760 Raw Edit

aunes

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