Created
March 22, 2012 16:43
-
-
Save TMcManus/2159509 to your computer and use it in GitHub Desktop.
Auto-responder Fix idea
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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