php-install Digest 18 May 2002 14:44:24 -0000 Issue 841
Topics (messages 7021 through 7023):
Re: Something wrong with PHP on my Apache webserver
7021 by: Jim Thome
7022 by: Carsten Gehling
can't open .php file from command line
7023 by: Bill Brookmeyer
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Read the section on external variables in the release announcement.
http://www.php.net/release_4_2_1.php
--Jim
>>> "Philip Weiss" <[EMAIL PROTECTED]> 05/17/02 19:28 PM >>>
It seems like data from an html form doesn't get passed to the php script.
For example, if I had a form tag like this:
<form method="post" action="script.php">
Then script.php wouldn't have any of the variables.
<input type="text" name="test">
So $test would be blank (=""). Why does this happen? I think it is something
wrong with my Apache webserver. Anyone know?
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
> Fra: Philip Weiss [mailto:[EMAIL PROTECTED]]
> Sendt: 18. maj 2002 03:19
> Emne: [PHP-INST] Something wrong with PHP on my Apache webserver
>
> It seems like data from an html form doesn't get passed to the php script.
> For example, if I had a form tag like this:
<snip>
This is really getting a FAQ after the release of 4.2.0.
Why can't people do the simplest thing and read the release notes? RTFRN :-)
- Carsten
--- End Message ---
--- Begin Message ---
I just installed Xitami server on my XP system.
Also installed php-4.2.1-installer.exe
Tried to execute my phpinfo() script named phpinfo.php from both the command line and
the browser.
~~~~~~~~~~~~~~~~~~~~~~~~~~
<html>
<head>
<title>phpinfo</title>
</head>
<body>
<?PHP
phpinfo();
?>
</body>
</html>
~~~~~~~~~~~~~~~~~~~~~~~~~~~
error message: Which displays in a "Microsoft Picture It! Photo" window
C:xitami/webpages/phpinfo.php can not be opened.
I am brand new at this stuff. Can you help me get set up?
Thanks.
Bill
--- End Message ---