Skip to content

Instantly share code, notes, and snippets.

@TMcManus
Created March 22, 2012 16:43
Show Gist options
  • Save TMcManus/2159509 to your computer and use it in GitHub Desktop.
Save TMcManus/2159509 to your computer and use it in GitHub Desktop.
Auto-responder Fix idea
<?php
$twilio_welcome_message = "Welcome to Twilio SMS. Configure your number's SMS URL to change this message. Reply HELP for help. Reply STOP to unsubscribe. Msg&Data rates may apply.";
if($_RESPONSE['Body'] != $twilio_welcome_message){
echo("<Sms>Welcome to Twilio SMS. Configure your number's SMS URL to change this message. Reply HELP for help. Reply STOP to unsubscribe. Msg&Data rates may apply.</Sms>");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment