php Frommail
Posted: Mon May 17, 2004 1:52 pm
Is there a formmail for php that will just send me whatever text boxes are in the form by email so i dont have to specify them?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
You just loop through it like any array:
foreach($_POST as $key=>#value){
# use the key as variable name
print $$key = $val;
}Code: Select all
`T_VARIABLE' or `'$'' in /home/douple/public_html/link/send2.php on line 5