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!

Member Avatar for LastMitch

@kc.smith.100

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.

You know it would be nice if you can provide a query and a php code to work on. Right now base on your request for assisting is not good. It's like you asking someone to help you on something that is blindsided.

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).

This small code is not very helpful:

<p><a class='buttonred' href=\"sms:" . $member_mobile_phone . "?body=" . $sms_message . "\">Send SMS Receipt</a></p>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.