Send vars to php

hi have just been looking for a simple solution to send vars to php.
I have found a lot of threads that have problems but no results.
I hope that someone can give me a quick fix…
or is this just a mission.

cheers brndn

send_button.onPress = function() {
	form.sendAndLoad("email.php", "POST");
	trace(form);
}

stop();

var form:LoadVars = new LoadVars();
 form.namer = "brndn";
 form.messager = "hi";
 form.emailer = "me";