Re: [PHP-DEV] include text from online-site

2002-05-09 Thread Sander Roobol
You're asking this on the wrong list. This list is for developing PHP, not for developing WITH PHP. Ask questions like these on [EMAIL PROTECTED] Anyway, you can open remote files using fopen() and read them just like normal files. See http://php.net/fopen for more information. Sander On 2002

Re: [PHP-DEV] include text from online-site

2002-05-09 Thread Dan Kalowsky
On Thu, 9 May 2002, Andreas Indahl wrote: > I want to include text from my stats at http://setiathome.ssl.berkeley.edu/ > on my own homepage using PHP. Can I do it? You'll only find out if you ask the proper list. PHP-General is where you'd like to be. >