I am looking to write a small application that receives an SMS text message and records the results in an online database. I am most comfortable with php/mysql, but can use any suggestions you might have.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I wrote something cute and small like this last summer, but I cheated using an actual SMS server and used Twitter to receive my text messages in a specific format, then had a daemon service running through my RSS feed every n time units to pull in the data and store it in a flat file. It was a fun exercise, and free, and as far as I know no free SMS receivers are available. You can use MySQL if you want, but I feel like you’ll need a language that’s more designed for writing a service than a web application (i.e. PHP)