web_master Posted April 26, 2009 Share Posted April 26, 2009 Hi, is some way to automatically put incomint SMS-es ( from phone, or other stuff ) into MySQL database with some php script... what is the simplies way to automatically publish SMS-es? thanx Link to comment https://forums.phpfreaks.com/topic/155689-sms-to-database/ Share on other sites More sharing options...
Prismatic Posted April 26, 2009 Share Posted April 26, 2009 With PHP alone? No. With PHP at all? Nope! Unless you have a mobile card on your laptop/PC and a cell provider, you'll need to write an app for your phone that automatically publishes your SMS's to a remote DB. OR find a way to automatically push SMS's from your phone to an email account of your choice, then routinely poll that email account for new messages and add them to the DB. Link to comment https://forums.phpfreaks.com/topic/155689-sms-to-database/#findComment-819475 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.