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

2003-06-23 Thread my
Hey... A quick question... How can I do the following (I know it's simple..!!!) All from the same page... Do some processing... Open an external page Write some stuff to the external page... The issue I seem to have is that if I open the external page during the onload... it's not ready

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

2003-06-23 Thread Sævar Öfjörð
: 24. júní 2003 00:26 To: [EMAIL PROTECTED] Subject: [PHP] php question... opening external page/writing to it... Hey... A quick question... How can I do the following (I know it's simple..!!!) All from the same page... Do some processing... Open an external page Write some stuff

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