Hi All,

Does anyone know why this won't work?

I'm trying to retrieve the contents of a $_POST name dynamically depending
on a unique value as below.

// Works great
$_POST['ADDRESS_ID_1']

// Does work.  But shows a blank value, no errors.
$numb=1;
eval("\$_POST['ADDRESS_ID_".$numb."'];");

Any ideas?

Thanks,

Kevin




-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to