mostafa.fayyaz Posted July 28, 2009 Share Posted July 28, 2009 hello ! i want to send sms to my users . my sms service is "URL" with this link : 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 Link to comment https://forums.phpfreaks.com/topic/167733-send-sms-with-url-method/ Share on other sites More sharing options...
dzelenika Posted July 28, 2009 Share Posted July 28, 2009 Try with urlencode() or rawurlencode() Link to comment https://forums.phpfreaks.com/topic/167733-send-sms-with-url-method/#findComment-884678 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.