Is there anyway to use fopen() to open a webpage through a non-standard port? For example, the webpage I need must be accessed through port 2734 instead of the standard HTTP port 80, and PHP seems to ignore port information in the URL (e.g. fopen( "http://www.domain.com:2734/..." ); )
Thanks in advance. Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php