Script for free sms mobitel

picsms

Member
May 10, 2008
148
0
0
Hey Guyes
this a way to send free sms to mobitel. tyr this

Client side
<html>
<head>
<title>[email protected]</title>
</head>
<body>
<form method="POST" action="send.php">
<p>Number :-<input type="text" name="num" size="20"> Type online the Mobitel
number without 0 eg:- 714XXXXXX<br>
email:-<input type="text" name="email" size="20"><br>
Message<textarea rows="2" name="mess" cols="20"></textarea></p>
<p><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>
</body>
</html>



server Side save it as send.php
<?php
$num=$_POST['num'];
$p_email=$_POST['email'];
$p_mess=$_POST['mess'];

$sendem = "94".$num."@sms.mobitel.lk";

$to = $sendem;
$subject = $p_email;
$message = $p_mess;
$from = $p_email;
$headers = "From: $from";
mail($to,$subject,$message,$headers);
echo "Message send!!";
echo "<br>";
?>

i think this will work thank you
 

picsms

Member
May 10, 2008
148
0
0
How to use?

You need to have Aparchi server or php supported servers...

easy way and free to send sms is
login to one of ur email account go to compose message
and in the to type the number you wana send sms
like this [email protected] like this
and in subject dont type more words just ur names and in message dnt type more than 120 word and press send.
it wil be deliverd to the number

if you wants to run that script you need to have PHP suported server for that PM me.

Thank you
 

picsms

Member
May 10, 2008
148
0
0
How to use?

You need to have Aparchi server or php supported servers...

easy way and free to send sms is
login to one of ur email account go to compose message
and in the to type the number you wana send sms
like this [email protected] like this
and in subject dont type more words just ur names and in message dnt type more than 120 word and press send.
it wil be deliverd to the number

if you wants to run that script you need to have PHP suported server for that PM me.

Thank you
 

senewimala1988

Well-known member
  • Dec 5, 2007
    7,709
    2,578
    113
    Kadawatha, Sri Lanka
    picsms said:
    You need to have Aparchi server or php supported servers...

    easy way and free to send sms is
    login to one of ur email account go to compose message
    and in the to type the number you wana send sms
    like this [email protected] like this
    and in subject dont type more words just ur names and in message dnt type more than 120 word and press send.
    it wil be deliverd to the number

    if you wants to run that script you need to have PHP suported server for that PM me.

    Thank you
    Ara email kiyana eke mokakda danna thiyenne???
     

    wdishan

    Active member
  • Mar 28, 2008
    431
    45
    28
    how we can send it in Outlookexpress

    Tell me the way how we can send a sms in a Outlook to mobile phone