So the solution is to apply the urlencode function for the string:
$str = urlencode("download moblileji now");
$url = "http://myurl/myfile.php?message=$str";
$string = file_get_contents($url, false);
$str = urlencode("download moblileji now");
$url = "http://myurl/myfile.php?message=$str";
$string = file_get_contents($url, false);
No comments:
Post a Comment