Tagged Questions
0
votes
1answer
112 views
$_POST['message'] gives a 404
I am using Wordpress 3.3.1 and building a small API to be able to send an SMS to insert data.
<?php
/**
* Template Name: API: Response
*
*/
print_r('hello');
?>
The following $_POST ...