So sprach elias am Wed, May 02, 2001 at 04:28:41PM -0700:
> $lines = join('', file(http://www.mysite.com/generator.php?id=$i));
Easier:
$lines = readfile('URL.......');
Alexander Skwar
--
How to quote: http://learn.to/quote (german) http://quote.6x.to (english)
Homepage: http://www.digitalprojects.com | http://www.iso-top.de
iso-top.de - Die g�nstige Art an Linux Distributionen zu kommen
Uptime: 21 hours 0 minutes
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] How to catch the output of http:// -> text file? Kraa de Simon
- Re: [PHP] How to catch the output of http:// -> te... elias
- Re: [PHP] How to catch the output of http:// ->... Alexander Skwar
- Re: [PHP] How to catch the output of http:// -> te... Wieger Uffink
- RE: [PHP] How to catch the output of http:// -> te... Kraa de Simon
- Re: [PHP] How to catch the output of http:// ->... Alexander Skwar
- RE: [PHP] How to catch the output of http:// -> te... Kraa de Simon
- Re: [PHP] How to catch the output of http:// ->... Alexander Skwar
- RE: [PHP] How to catch the output of http:// -> te... Kraa de Simon
- Re: [PHP] How to catch the output of http:// ->... Alexander Skwar

