I am trying to read this url from my php script:
http://test.cellpay.com.np:8181/cellcom?FN=123&fromMobile=01670746301&phoneNumber=01670746301&PIN=123456&amount=0
please load the url first, check the response and tell me what to do.
I tried the following:
file_get_contents
simplexml_load_string
simplexml_load_file
CURL
failed in all cases. I've saved the xml and upload it to
http://vtopup.tk/1.xml
I can read this, but not the original one. Please help me. I am tired of searching and applying...
Thanks.