Re: read a web page and then display



Oops. This is getting closer to working

<?php

$filename = "http://babelfish.altavista.com/";;

$handle = fopen($filename, "r");

$contents = fread($handle, 100000000);


fclose($handle);

echo $contents;

?>

.



Relevant Pages

  • Re: More CMS help
    ... oops, you're absolutely right, I don't know what I was thinking. ... I don't have any of my PHP or MySQL in front of me, ... Prev by Date: ...
    (comp.lang.php)
  • Re: Organizing Constants for Easier Maintenance
    ... Oops, I looked a little closer at your code and the following seems to be ... Function GetCallouts(ByVal sScale As String) As String ... Prev by Date: ...
    (microsoft.public.vb.general.discussion)
  • Re: read a web page and then display
    ... >Oops. ... This is getting closer to working ... http://www.andyhsoftware.co.uk/space:: disk and FTP usage analysis tool ... Prev by Date: ...
    (comp.lang.php)
  • Re: sortout things from an array
    ... So that means you cant emit your closer right way, ... You have to set a boolean when you start a ... Prev by Date: ...
    (comp.lang.java.help)
  • Re: Perl 6
    ... John Bokma wrote: ... certain amount of time to post every day, ... they look closer at other posts. ... I am surprised they don't actually make any mention of PHP 6 on the main ...
    (comp.lang.perl.misc)