Skip to content

Tag: amazon-sqs

SQS SendMessage & $_POST Issue

If I put $author=’Steven King’; it works without issue, however it does not work with a post variable. To be “clear” if I hard code the the author in the JSON it will in fact post the message to the SQS queue. This is the expected result, however if I pass the string from the Post Vari…