Curt Zirzow wrote:
* 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

Ah-ha....doing that, I have learned that you missed a step...

fclose ( $manual );

*L*

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

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



Reply via email to