php gurus
php gurus
Out of context: Reply #4
- Started
- Last post
- 11 Responses
- cosmo0
try to return the $values from the function, see if that works.
my function()
{
foreach($_POST as key=>$value) {
$$key = $value;return $key;
}
try to return the $values from the function, see if that works.
my function()
{
foreach($_POST as key=>$value) {
$$key = $value;
return $key;
}