Can someone explain to me the reason for using return.
function _getValue($foo)
{
$foo = $_POST;
return ${$foo};
}TIA Gary -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

