Jump to content

problem in fopen function


phpmady

Recommended Posts

Hi,

 

I am calling the sms gateway to send sms,

 

 

 

$sms_msg = "hi this is mubarak";

$url = $urlAccount_home."?username=".$userAccount."&password=".$passAccount."&number=".$O_Mobile."&sender=".$userSenderSMS."&msg=".$sms_msg;

 

 

 

if (!($fp =fopen($url,"r")))

echo "<br><center>خطا في الاتصال </center><br>";

$result =fread($fp,10);

fclose($fp);

 

when i am sending like this am sending only the message "Hi"

 

I am not getting the whole message...

 

What might be the problem in sending the sms gateway..

 

Please help me if you guys came to know,

 

Thanks and Regards,

Mubarak

 

 

 

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/233211-problem-in-fopen-function/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.