Hi, I have made a website in which i want to fire a URL and receive a value from it.
I am using get_file_contents function to execute url.
I have already encoded as required by my application while sending through the get_file_content browser again encode it to another form but i just want to run the URL as it is designed by my program no encoding at all.
Please reply and tell any method to execute url without encoding (as i have already encoded earlier)
Thanks In Advance