Hi! I've installed 4.3.1 under Windows 2002 and whenever I try to call my SMS gateway with a php function (which was no problem with the provider I had before) the script gives me the following output:
Warning: fopen() [function.fopen]: HTTP request failed! HTTP/1.1 404 Object Not Found in E:\Webseiten\test.php on line 3 Warning: fopen( here comes my sms provider url for the script) [function.fopen]: failed to create stream: Bad file descriptor in E:\Webseiten\test.php on line 3 Warning: fgets(): supplied argument is not a valid stream resource in E:\Webseiten\\test.php on line 4 Warning: fclose(): supplied argument is not a valid stream resource in E:\Webseiten\\test.php on line 5 But ... the SMS arrives on my mobile phone without any problems! Do you have an idea what I could do? Lukas L. Rosenstock -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php