hello all.
I could use (allot) help with my php script.
the php sends me an email after a bunch of values that are entered via my flash form.
I want the php NOT to send the lines that have no value
<?
$msg .= "soepkommen $soepkommen\n";
$msg .= "pindaschaaltjes $pindaschaaltjes\n";
?>
with NO numbers added in the swf i get "soepkommen" and "pindaschaaltjes" in my email
with a number 50 added i get, "soepkommen 50" and "pindaschaaltjes 50" in my email.
But what i want is , when the value of "soepkommen or pindaschaaltjes" is blank the email dont show soepkommen or pindaschaaltjes.
So basicly i want the email to be completely empty when no valeus are entered.
yeez hard to explain when youre not dutch

anyways, i hope someone understand what i said and also have an answer.
thx in advance