PHP fopen and ISA Server Firewall
I have 2 php scipts that i can't use because my ISA Server firewall is preventing the fopen command from fetching content from a url. I figure that the fopen command must use a port or something i dont have open, i am stuck. Does anyone know how to get this working through the firewall? or more detail as how the fopen fetches the info.$file = @fopen("http://www.onthesnow.com","r");