I write this: $string=file_get_contents("https://www.broderbros.com/cgi-bin/broderliv/inx_productPage.htm?sr=5930");
and get this: Warning: fopen(https://www.broderbros.com/cgi-bin/broderliv/inx_productPage.htm?sr=5930) [function.fopen]: failed to open stream: Invalid argument in C:\PHP Site\broderbros\readshirt.php on line 3
Is this because of the https:// or what? Can I send some sort of header or something to get it to work?
its cause the installation you are using doesnt have https as a registered protocol wrapper. you should try using [man]curl[/man] or perhaps try [man]fsockopen[/man] with the ssl:// protocol wrapper.