RE: [PHP] php question... opening external page/writing to it...

2003-06-23 Thread Sævar Öfjörð
I don't know if this is what you mean, but here is what you need to edit files: http://us2.php.net/manual/en/function.fopen.php http://us2.php.net/manual/en/function.fwrite.php http://us2.php.net/manual/en/function.fclose.php -Original Message- From: my [mailto:[EMAIL PROTECTED] Sent:

RE: [PHP] php question... opening external page/writing to it...

2003-06-23 Thread my
To: [EMAIL PROTECTED] Subject: RE: [PHP] php question... opening external page/writing to it... I don't know if this is what you mean, but here is what you need to edit files: http://us2.php.net/manual/en/function.fopen.php http://us2.php.net/manual/en/function.fwrite.php http://us2.php.net/manual/en

Re: [PHP] php question... opening external page/writing to it...

2003-06-23 Thread Justin French
on 24/06/03 10:26 AM, my ([EMAIL PROTECTED]) wrote: Do some processing... easy :) Open an external page I assume you mean open a window with another URL in it Write some stuff to the external page... Wrong order... 1. do some processing (eg home.php) 2. open/create a file (eg