I have an external php file which i send a parameters to it like the following :
http://www.smsws.com/sendsms.php?user=demo&password=demo&numbers=973390000000&sender=hgicom.com&message=test&lang=en
when i go to that link it will show a message if the login is invalid or the number is incorrect, ..etc
i want to know how to get that message, because based on this message i will do an action in my application. is that possible?
you may use if statements as well depending on the input sent back