Link to home
Start Free TrialLog in
Avatar of Loganathan Natarajan
Loganathan NatarajanFlag for India

asked on

How do I resolve this warning and get the output?

I get this warning message when I execute the google code search...Warning: file_get_contents() [function.file-get-contents]: stream does not support seeking
Warning: file_get_contents() [function.file-get-contents]: stream does not support seeking in /home2/test/public_html/ziplat.php on line 13

Warning: file_get_contents() [function.file-get-contents]: Failed to seek to position 1000 in the stream in /home2/test/public_html/ziplat.php on line 13
Array ( [0] => )

Open in new window

Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Sounds like you're trying to 'seek' to a position in the file that doesn't support it.  Can you show us that line and at least 3 previous ones?
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Loganathan Natarajan

ASKER

thanks