02-19-2012 11:37 PM
Dear All
if (!is_null($rpmrbt->download))
{
echo "<li><a href='sms:$rpmrbt->number?body=message'><h3>SMS</h 3><p>$rpmrbt->download</p></a></li>";
}I need to send sms get from database, i had a finished to used a number from a database mysql, some one can help me for a body text get from database too??
im try
<a href='sms:$rpmrbt->number?body=$rpmrbt->message'>
it's doesn't work..
Need help Pliss...
Thanks
02-21-2012 04:18 AM
Can you please expand on your code? I am not familiar with the $rpmrbt->download(etc) object methods you are using. Are these javascript?
I suspect you may be using PHP inside the app, and therefore your code does not work. PHP is a server technology.
The way I would get the data would be to:
If you are still having trouble implementing, I have some sample code for you. Just DM me.
If this helped, mark my answer as "Solution" or "Like".
![]()
02-21-2012 04:41 AM