Send incoming sms to php script

LittleBritaly

Member
Licensed User
Longtime User
I want to check the subject of each incoming sms, if it matches a given string, pass the body of that sms to a php script on a (local) server.

I already have the php script that's part of a bigger system processing orders (it prints out an order on a receipt printer and stores the order in a database), I just need to be able to send the same info from the sms.

Anyone basic some code examples or ideas on the best way to do this from Basic4android ?

Thanks
 
Top