Re: read a web page and then display
- From: Andy Hassall <andy@xxxxxxxxxxx>
- Date: Tue, 30 Aug 2005 22:22:42 +0100
On 30 Aug 2005 14:11:32 -0700, petermichaux@xxxxxxxxx wrote:
>Oops. This is getting closer to working
You didn't say how the previous one was "not working". How is this one closer?
What does it do?
>$filename = "http://babelfish.altavista.com/";
>$handle = fopen($filename, "r");
>$contents = fread($handle, 100000000);
Read http://uk2.php.net/fread
--
Andy Hassall :: andy@xxxxxxxxxxx :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
.
- Follow-Ups:
- Re: read a web page and then display
- From: juglesh
- Re: read a web page and then display
- References:
- read a web page and then display
- From: petermichaux
- Re: read a web page and then display
- From: Andy Hassall
- Re: read a web page and then display
- From: petermichaux
- read a web page and then display
- Prev by Date: Re: help w/ php mysql connect problem!!
- Next by Date: session change from 4.2.3 -> 4.3.x?
- Previous by thread: Re: read a web page and then display
- Next by thread: Re: read a web page and then display
- Index(es):
Relevant Pages
|