Possible Duplicate:
SMS from web application
Sample code to send Mail via php
// In case any of our lines are larger than 70 characters, we should use wordwrap()
$message = wordwrap($message, 70);
// Send
mail('caffeinated@example.com', 'My Subject', $message);
?>
Is there any codes to send sms via php code. If there is no option i php. What would be the solution to send sms freely through php. How can i do this. Particularly within in india.