frostbyte
Joined: 30 Jun 2005 Posts: 1
|
Posted: Tue Jul 12, 2005 7:01 am Post subject: [Newbie] How to send MMS from my site using MMSlib? |
|
|
Hello all. I don't know very much about this subject but I'm very interested in PHP and MMS. I'd like to be able to send MMS encoded messages from my website. I downloaded MMSlib 0.96 and tweaked it a bit, but I'm pretty much stuck at square one. It encodes the message fine, but now I want to send it to my phone. What settings do I put in these lines:
define( "SMS_HOST", "xxxxxxxxxx" );
$notifyer = new MMSNotifyer( SMS_HOST, 80 );
$notifyer->sendNotify( $url, "xxxxxxxxxxx", "Testing..." );
Thank you very much for helping me out. |
|