ID: 15295 User updated by: [EMAIL PROTECTED] Old Summary: apache php freebsd can't upload parameter Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: freebsd 4.4 PHP Version: 4.0.5 New Comment:
yes, when someone click the button, it will show the content of $test. Previous Comments: ------------------------------------------------------------------------ [2002-01-30 14:56:20] [EMAIL PROTECTED] The variable 'test' will only show up once you've clicked the submit button. Did you do that? ------------------------------------------------------------------------ [2002-01-30 04:39:25] [EMAIL PROTECTED] hi, my system: freebsd 4.4 + apache 1.3.20 + php4.0.4pl1 the php script can't upload parameter. follow is my compile shell; cd apache_1.3.20 ./configure --prefix==/foo cd ../php4.0.4pl1 ./configure --with-apache=../apache_1.3.20 \ --enable-track-vars make ; make install cd ../apache_1.3.20 ./configure --prefix=/foo \ --activate-module=src/modules/php4/libphp4.a make ; make install like follow program : /* tests.php */ <html> <form action="tests.php" method=post> <input type=text name=test> <input type=submit name=submit value=submit> </form> <? echo("tttt");?> <? echo($test);?> </html> the content of $test if null, but if u changes as : /* tests.php */ <html> <form action="t.php" method=post> <input type=text name=test> <input type=submit name=submit value=submit> </form> <? echo("tttt");?> <? echo($test);?> </html> /*t.php*/ <? echo($test); ?> it run well. follow is the response from apache.org after i ask this question. Re: general/9621: can't upload parameter apache+ php at freebsd [In order for any reply to be added to the PR database, you need] [to include <[EMAIL PROTECTED]> in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ] Synopsis: can't upload parameter apache+ php at freebsd State-Changed-From-To: open-closed State-Changed-By: slive State-Changed-When: Tue Jan 29 07:10:29 PST 2002 State-Changed-Why: Please report this to the PHP developers (or better yet, the PHP users mailing mailing list) at http://www.php.net/ Thanks for using Apache! tks very much & bst rgds. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=15295&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]