News Feed
Jobs Feed
Sections




News Archive
Simon Harris' Blog:
Making Phone Calls and Sending SMS with HTML
June 10, 2010 @ 08:59:06

In a recent post o his blog Simon Harris talks about how you can make phone calls and send SMS messages from your PHP applications (well, sort of). He shows how to trigger phone calls and SMS on certain phones by way of an HTML page.

Okay, so you can't really make phone calls and send SMS messages using only HTML; that would be silly. However, if you are developing web sites and web applications for mobile handsets, you can take advantage of some features in XHTML Mobile Profile which make it easy for a user to call a number without typing that number in. You can also use the same mechanism to trigger - on the user's handset - an SMS or MMS dialog with the intended recipient's number and the message content prepopulated.

He includes three examples if it in action (using PHP to render the page) - creating a link to make a call from the HTML, sending an SMS if the text inside a link and doing the same with a MMS message. He uses the WURFL project to make it all work and code snippets are included.

0 comments voice your opinion now!
sms mms phone wurfl tutorial


blog comments powered by Disqus

Similar Posts

Web Developer Juice: 11 easy steps for installing Apache ActiveMQ and configuring it for PHP applica

DevShed: More on Private Methods with PHP 5 Member Visibility

PseudoCoder.com: How To Really Use Xdebug To Speed Up Your App

ServerGrove Blog: Spooling emails with Symfony2 on VPS and Shared Hosting

PHPBuilder.com: Using XML, Part 5 - SOAP and WSDL


Community Events











Don't see your event here?
Let us know!


functional series development framework unittest code introduction tool phpunit conference testing example interview zendframework2 community opinion object language podcast release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework