I am trying to do something very simple: Pass 2 text variables to a php script and insert them into a MySQL db. For some reason however I can\'t get the variables to pass (s
This has to work:
and the PHP (only changed get to post)
getMessage(); } ?>
Also to debug, I would suggest using firebug or chrome's build in inspect tools.