Php üzerinden sms göndermek için nasıl?

0 Cevap php

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);
?>

Php kodu ile sms göndermek için herhangi bir kodu var mı. I php hiçbir seçenek yoksa. Ne php serbestçe sms göndermek için bir çözüm olacaktır. Bunu nasıl yapabilirim. Özellikle Hindistan içinde.

0 Cevap