stream_get_contents() document format

Discussion in 'PHP' started by php-lover, Oct 27, 2006.

  1. #1
    Hi guys, I am writing the code below to copy the page content from other website. Is it possible to get the content including the format ...like text format, space between word and paragraph and etc..?

    I can able to copy the content from other website but the problem I can't have the document format..

    $stream = fopen('http://www.web.com/file.txt','r');
    $data = stream_get_contents($stream,-1,5);

    Thanks
    Finau :(
     
    php-lover, Oct 27, 2006 IP
  2. Estevan

    Estevan Peon

    Messages:
    120
    Likes Received:
    8
    Best Answers:
    1
    Trophy Points:
    0
    #2
    php.net/file_get_contents
     
    Estevan, Oct 28, 2006 IP