beginner00777
New Member
- Messages
- 3
- Reaction score
- 0
- Points
- 0
Hi Friends
I'm new to x10 web hosting and I must say its really amazing.
But making a query to an external URL from PHP is not working here. Is it blocked here at x10 ? My PHP code looks like below ...
Thank you.
I'm new to x10 web hosting and I must say its really amazing.
But making a query to an external URL from PHP is not working here. Is it blocked here at x10 ? My PHP code looks like below ...
Please help me. Note that its working perfectly on my own PC but the call to external URLs are not going through PHP code @ x10$requestURL = 'http://abc.zyx.com/test.csv';
$strTemp = file_get_contents($requestURL);
Thank you.
Last edited: