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