i want to send sms to my users .
my sms service is "URL" with this link :
Code: Select all
http://www.site.com/sendsms.php?from=\$from&to=\$to&username=\$username&password=\$password&message=text
if i fill and run this url , a sms send to number .
if my words includes Persian language , those function send one Word to url link.
i used fopen , file_get_contents, fsockopen
please help me