Re: [PHP-INST] Server don't knows what to do with *.php

2002-06-30 Thread Uwe Birkenhain
Hei Ostdeutschland, I didn't know that Shift-Right-Klick makes a difference - thank's. But anyhow: that's not the way it should work - and it doesn't. Thank's for your help, I will try it with a new thread (on top of the list), Uwe [EMAIL PROTECTED] schrieb in Nachricht ... >what about opening

Re: [PHP-INST] Server don't knows what to do with *.php

2002-06-29 Thread Ostdeutschland
what about opening the file with your favorit webbrowser? Hold down shift and rightclick your *.php file -> Open with -> Internet Explorer or whatever you like > Hi Chris, > sorry, I didn't tell correctly what I do - forget the > commandline, that was > just one way I tried it. > > I DO WANT PH

Re: [PHP-INST] Server don't knows what to do with *.php

2002-06-29 Thread Uwe Birkenhain
Hi Chris, sorry, I didn't tell correctly what I do - forget the commandline, that was just one way I tried it. I DO WANT PHP to talk to the browser. But when I start info.php with doubleclick, the DOS-Box appears and shows me the HTML-code. All I want to know now is: how must I tell my system to

Re: [PHP-INST] Server don't knows what to do with *.php

2002-06-29 Thread Chris Hewitt
Uwe, I don't use php from the command line, so I've been looking in the manual! PHP assumes it is talking with a web browser so outputs html. Use "php -q" to stop the header output. I sugggest you look at the manual Appendix H Using PHP from the Command Line. Hope this helps. Chris Uwe Birk

Re: [PHP-INST] Server don't knows what to do with *.php

2002-06-29 Thread Uwe Birkenhain
Hello Chris, thank's for your answer! When I call this program with doubleclick or from the commandline a DOS-Box opens a lot of text is running through and the Box closes again. When I pause the text-flood I can see that is a lot of HTML-Code - probably the sourcecode of the PHP-Info-Website whi

Re: [PHP-INST] Server don't knows what to do with *.php

2002-06-29 Thread Chris Hewitt
Uwe, I'm not familiar with php on windows, but maybe I can give some pointers. I assume apache is running. The lines you have added in httpd.conf are for when calling php via a url in apache e.g. "http://yourbox.com/foo.php";. The lines do not tell windows that extensions of ".php" are associ