Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Network feof() help

Network feof() help
Thread Tools
Mac Elite
Join Date: Jan 2001
Status: Offline
Reply With Quote
Feb 20, 2004, 12:28 AM
 
Hi,

I'm using fsockopen to send some HTTP headers to a server. One of the header's is:

$out .= "Accept-Encoding: gzip\r\n\r\n";

However, this code that usaully works with plain html sites, does not work with the gzip data:

fputs($fp,$out);

while(!feof($fp)) {
fgets($fp,128);
}

The "while(!feof($fp)) {" line in paritcular - it never gets there. Also, the fgets line returns the header's sent back, but choke on showing the gzip data. Any idea why? Any idea what code to add so that it stops outputting when the end of the gzip data comes?

Thanks!
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 01:01 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2