Hallo Simone,
Worfür auch immer du das brauchst...
http://de3.php.net/manual/de/language.variables.variable.php und http://php3.de/foreach interessieren dich bestimmt ;)
if (!empty($_POST))
{
foreach($_POST as $key => $value)
{
echo $key.' = '.$value.' -- ';
${'post_'.$key} = $value;
echo ${'post_'.$key}.'<br />';
}
}
(ungetestet)
Grüße
David
--
>>Nobody will ever need more than 640k RAM!<<
1981 Bill Gates
>>Nobody will ever need more than 640k RAM!<<
1981 Bill Gates