How to send sms and mms from my website?what i need

How to send sms and mms from my website?what i need SearchSearch
Author Message
apnaysms
New member
Username: Apnaysms

Post Number: 1
Registered: 10-2009
Posted on Saturday, October 03, 2009 - 09:53 am:   

How to put web to sms and mms service for my site ? what i need
php script
html form
and may be a dedicated ip?
if any one have experience in that so plz help me
and also if any one have already these things a php script and form so plz send me as well my id is waqas_89pk@hotmail.com
Alexandre
New member
Username: Alexd

Post Number: 23
Registered: 01-2008
Posted on Saturday, October 03, 2009 - 05:34 pm:   

First u need connections to SMS centres and windows server platform for start Now SMS :-)
apnaysms
New member
Username: Apnaysms

Post Number: 2
Registered: 10-2009
Posted on Monday, October 05, 2009 - 12:49 am:   

i have done this and some other things aswell like i have connected sms now with my mobile and i can send sms from computer and it is working AWESOME, but how can i connect this gateway on my website?
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 1337
Registered: 08-2008
Posted on Monday, October 05, 2009 - 04:04 pm:   

Hi,

There's some discussion in this other thread which you may find helpful:

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

Basically, there is a PHP example here:

http://blog.nowsms.com/2008/10/nowsms-php-example-send-sms-text.html

The PHP script has a function called "SendSMS", and you call it something like this:

$x = SendSMS("127.0.0.1", 8800, "username", "password", "+44999999999", "Test Message");

The first parameter, "127.0.0.1" is the IP address or host name of the server running NowSMS. If it is on a dynamic IP, then you need to use a dynamic DNS service (like dyndns.org) to assign a host name to the dynamic IP address.

The second parameter, 8800, is the port number for the web interface on the NowSMS server. You need to be able to make a connection from your web server to this port on the NowSMS server.

This may require opening up firewalls, and/or configuring port forwarding in your router if you are sharing a dynamic IP with multiple PCs. The first link I referenced above has some links to information on dynamic DNS service information which can help explain some of these issues.


--
Des
NowSMS Support
kohinoor films
New member
Username: Kohinoor_films

Post Number: 1
Registered: 11-2009
Posted on Saturday, November 07, 2009 - 10:59 am:   

}