MMS wap push with PHP

MMS wap push with PHP SearchSearch
Author Message
jerrel
New member
Username: Jerrel

Post Number: 16
Registered: 02-2004
Posted on Wednesday, October 24, 2007 - 10:40 pm:   

Dear Bryce,
How do I accomplish a MMS wap puch like it's don here with the url

(http://nowsms.lammtara.com:8800/?PhoneNumber=07123456789&MMSWAPPush=Yes&MMSFrom= sender2@domain&MMSSubject=Message+Subject&MMSText=An+optional+text+part+of+the+message& MMSFile=http://www.nowsms.com/media/logo.gif)


In PHP

Thx in advance

Jerrel
Malcolm - Now Support
Moderator
Username: Malcolm

Post Number: 266
Registered: 12-2006
Posted on Thursday, October 25, 2007 - 07:29 pm:   

Hi Jerrel,

You can make an easy change to the sendmms.php script at the following link:

http://support.nowsms.com/discus/messages/1/1113.html

After setting the MMSSubject value, set a Yes value for MMSWAPPush, like this:

$data["MMSWAPPush"] = "\r\n" . "Yes" ;

-malcolm