Hi,
I'm new to php development and could use some help.
There is a statistics file that is updated on a remote website daily. I want to read in and transform the information in that file to use on my website. Right now I just download the file to my PC then FTP to my account. I did this just so I could do the rest of the development for the project but now I need to automate the fetching on the input data.
Unfortunately, all the examples in my books and a few of the sites I've checked accomplish what I want to do by passing a URL to fopen. It would be great if I could implement it that way but my darn web host has allow_url_fopen set to false. I'm not sure how to proceed as I'm a newbie and need examples to work from.
Am I just out of luck? Is my webhosts PHP settings going to be too restrictive for me to have any hopes of using URLs in this way? Is there any workaround solution that a relative novice can implement?
Thanks,
Paul