We are developing a mobile payment system which enable our Agents to collect cash (in person) from our members and update our online database via PHP/MySQL.
Our Android Smartphone Agents CAN send an instant SMS receipt to the Member at the time of payment (despite lots of expert advice saying this would be impossible!).
Our script fully populates an SMS on the Agents phone ("TO" Members registered mobilenum "Content" receipt informatione etc) so that ALL the Agent has to do is click the "SEND" button.
this is the relevant line from our script:
<p><a class='buttonred' href=\"sms:" . $member_mobile_phone . "?body=" . $sms_message . "\">Send SMS Receipt</a></p>
Can anyone (please!) help with a similar routine for iOS (without resorting to a "native" app) because iPhones simply open a blank SMS (no number or content).
Many thanks!