[PHP] Apache and php work but they do not work together

2004-09-02 Thread My Ton
file named hello.php and put it in DocumentRoot C:/Program Files/Apache Group/Apache/htdocs. The content of the file is: PHP Test Hello World'; ?> Then, I restarted the server and used my browser to access the file: http://127.0.0.1/hello.php I received the error 400 –Page cannot be

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

2003-06-23 Thread my
p.net/manual/en/function.fclose.php -Original Message- From: my [mailto:[EMAIL PROTECTED] Sent: 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

[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 wh