* Thus wrote John Nichel:
> Jay Blanchard wrote:
> >[snip]
> >In what manual?
> >[/snip]
> >
> >TFM!
> >
> 
> I'm sorry, I didn't quite catch that.  Could you hold my hand, and point 
> it out to me?  If you were a real pal, you would write the code for me 
> too. ;)

$manual = fopen('http://php.net/manual', 'r');
while ($contents = fread($manual) ) {
  ulearn($contents);
}

:)


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to