Trouble with javascript/php passing

Getting “result” in the info window, nothing more.

OK, so we know it’s calling the PHP and getting there, but without the data.

Just noticed you’ve got rid of this line:

 xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");

which seems to appear in most of the examples. Might that be it?

1 Like

OMG! That’s it!
Thanks man!

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.