I would like to look into SMS controls with a server side language, preferably PHP. Would like to verify a user's phone number using a text message. And for practise i would like to try setting up a timer that runs server side, which starts and stops depending on what is sent by text to a set up number So i text the database "START" and the timer starts, then text "STOP" and the timer stops. How can this be done?