Send free SMS from website
>> Tuesday, June 12, 2012
Send free SMS from website
hi now days we all know that messages can be send via website to mobile. i want to know such sites which are used to send sms so please reply with name of site and which one is you feel nice one, thank you.
#2
06-02-2009
Jharna
Member
Join Date: Jan 2009
Posts: 39
Re: Send free SMS from website
hi mostly in such site account is required ;orkut provide this sms service which is good for me and easy.
#3
06-02-2009
cool bhavin
Member
Join Date: Dec 2008
Posts: 34
Re: Send free SMS from website
i mostly use below sites to send sms
>indyarocks.com
>foosms.com
#4
10-07-2009
noscut
Member
Join Date: May 2008
Posts: 29
Re: Send free SMS from website
Hello friends.
http://www.w3schools.com/wmlscript/default.asp
http://codewalkers.com/tutorials/90/1.html
I hope this helps for startup.
Send SMS from PHP script
Code:
// Send SMS
$number = 12345678;
$text = 'Hi Jack, Where are you?';
$sms_api_result = sendSMS($number, $text);
if ($sms_api_result[0] == 'OK') {
echo 'The SMS sent successfully.';
}
else {
print_r($sms_api_result);
}
#5
10-07-2009
tranquil1ty
Posts: n/a
Send free SMS from website
nice tips...
0 comments:
Post a Comment