Jump to content

sundar22in

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

sundar22in's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, How to use CUrl??? What are the libraries to be included using the require_once command?? I wanted to implement Range Header and get a part of file thru HTTP. So found that curl_setopt() method will be useful. Is curl comes with the new php installation for windows 2000?? If not how to install it?? Is it easy to insatll? Kindly help -Sundar
  2. [quote author=ober link=topic=106239.msg424646#msg424646 date=1156944642] I'm not sure that is really want you want to do.  What exactly do you want to do with the file?  Edit it?  Write to it? The best way to go about this (especially if you're editing) is to read the entire file into an array and then edit the various array elements and then write the array back to the file. [/quote] No Im not editing the file. Instead i need only a part of file which has the information which i require. The file size is very large(10+ MB). So we need to specify the byte range, and get the required bytes from the file(Instead of getting the whole file). Thanks in advance -Sundar
  3. Hi, I want to access a part of file in PHP. I understood HTTP Range header is the solution. How do we implement HTTP Range header in PHP??? Iam using fopen() method to access a remote file by providing the URL. Kindly Help -Sundar
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.