Brian W Posted September 25, 2008 Share Posted September 25, 2008 I can't find a strait answer on google that pertains to what I'm doing. I want to use fseek() to skip past my headers in the file but it measures the offset in bytes. How do I figure out how many bytes are in my header? My header looks like this > <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"><META HTTP-EQUIV="Pragma" CONTENT="no-cache"> Thank you... Link to comment https://forums.phpfreaks.com/topic/125725-solved-what-is-a-byte/ Share on other sites More sharing options...
Brian W Posted September 25, 2008 Author Share Posted September 25, 2008 I decided to just use filesize() to find out what the header alone was equal too. Link to comment https://forums.phpfreaks.com/topic/125725-solved-what-is-a-byte/#findComment-650123 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.