I read the artice and I'm doing basically exactly what the article shows in the POST method section.
The problem i'm having is I do not appear to setting the $_POST[] values using http.send("var=value")
I'm expecting $_POST['var'] to have a value of "value" but it's not, is appears to be null...