http://mayuonline.com/eblog/send-free-sms-to-mobitel-lanka/*************************
have a look at this link!
have a look at this link!

tdevinda said:Mama nam danne [email protected] dammama sms eka yanawa kiyala witarai
ogollo ithin php buwala wenna atine. api kohomada harenne wat.![]()
![]()
![]()
![]()
picsms said:Hey bos
here wat i hav is think this will help u
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 thnink it will help u
guys any help in PHP and Mysql ask if i can ill help you budies...
Thank you
picsms said:Hey bos
here wat i hav is think this will help u
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 thnink it will help u
guys any help in PHP and Mysql ask if i can ill help you budies...
Thank you
Page Canot Be foundugmdjmali said:****************** if any 1 need php script send me a pm. But ur server need fsockopen enable