i need to develop a system which a user can send mms from their phones directly to the web. How can i get this done using php language? Could you guys help me?
Printable View
i need to develop a system which a user can send mms from their phones directly to the web. How can i get this done using php language? Could you guys help me?
I don't have all the answers, but here's a quick-start idea:
1 sent MMS to some.email@yourwebsite.com
2 use PHP/imap to monitor said Inbox
2.1 http://us2.php.net/imap
3 use PHP/imap to interact with said Inbox
3.1 http://us2.php.net/manual/en/ref.imap.php
What are you expecting people to MMS you with, and what are you planning to do with said information?
You can try https://dev.mogreet.com , users can text images via MMS to a shortcode (short number) and then Mogreet forwards the MMS to your PHP webservice. It costs 1 cent per message.
You can try https://dev.mogreet.com , users can text images via MMS to a shortcode (short number) and then Mogreet forwards the MMS to your PHP webservice. It costs 1 cent per message.