Is there a free web hosting site that allows PHP file access to outside sites?
I have written some PHP code that uses an API of another site, TinyURL.com,
it needs to use fopen() to access that API.
I've tried 2 free web hosting sites which have PHP but both have "URL
file-access" disabled in their server configuration and users can not turn
it on, so I can't access the API.
Is there a free web host that has URL file access allowed?
Many thanks.