php-install Digest 30 Jun 2002 06:52:47 -0000 Issue 908

2002-06-29 Thread php-install-digest-help
php-install Digest 30 Jun 2002 06:52:47 - Issue 908 Topics (messages 7529 through 7543): Server don't knows what to do with *.php 7529 by: Uwe Birkenhain 7531 by: Uwe Birkenhain 7533 by: Chris Hewitt 7535 by: Uwe Birkenhain 7536 by: Chris Hewitt

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] What's this error mean ...

2002-06-29 Thread Liz Marr
It's not my software - it's an out-of-the box install of Squirrel Mail. Since I didn't develope the software, I have no clue where to even look for the problem. On 29 Jun 2002, at 15:47, Chris Hewitt wrote: > Sounds like you are declaring it twice. Is it in a loop? Correct it by > calling it

Re: [PHP-INST] Re: Variables

2002-06-29 Thread Jason Reid
Or because its being passed from a querystring, make sure you pull the value of the variable from the querystring via either $_POST['varname'] or $_REQUEST['varname'] eg: - Original Message - From: "Uwe Birkenhain" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 29, 200

[PHP-INST] Re: Variables

2002-06-29 Thread Uwe Birkenhain
Perhaps you should write a string into $usuario before you use strtoupper ...? [EMAIL PROTECTED] schrieb in Nachricht <[EMAIL PROTECTED]>... >I have W2k and IIS 5.0 but i have a problem: > >PHP don't cach the values of the form: >$usuario = strtoupper($usuario); >Echo "Hola $usuario"; >?> > > T

[PHP-INST] windows: apache with php module doesn't work

2002-06-29 Thread Alexander Braumann
Hi, I have to set up a xAMP system on windows, for testing purposes. I installed mysql_latest and apache-2.0.39 with php-4.2.1 My problem: I need the module-mode, because I need php_value commands.. The thing is, that apache won't start with the lines in httpd.conf: AddType application/x-httpd-

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

[PHP-INST] Variables

2002-06-29 Thread milton
I have W2k and IIS 5.0 but i have a problem: PHP don't cach the values of the form: This only print "hola" What happend? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

Re: [PHP-INST] What's this error mean ...

2002-06-29 Thread Chris Hewitt
Liz, Sounds like you are declaring it twice. Is it in a loop? Correct it by calling it once. HTH Chris Liz Marr wrote: >... and how do I correct it. > >[29-Jun-2002 07:19:21] PHP Fatal error: Cannot redeclare >displayhtmlheader() (previously declared in >C:\squirrelmail\functions\page_head

[PHP-INST] What's this error mean ...

2002-06-29 Thread Liz Marr
... and how do I correct it. [29-Jun-2002 07:19:21] PHP Fatal error: Cannot redeclare displayhtmlheader() (previously declared in C:\squirrelmail\functions\page_header.php:17) in c:\squirrelmail\functions\page_header.php on line 17 -- (\o/) mailto:[EMAIL PROTECTED] KA7MYM