Re: [PHP-DEV] Question about form

2001-05-14 Thread Cynic
1) php-dev@ is not a support forum, you should ask this question in php-general@ 2) you shouldn't post to php-general@ before you RTFM, because 3) this is a matter of configuration. set register_globals to On either in php.ini or in httpd.conf, or in .htaccess. At 00:39 14.5. 2001, ÕŕF wrote

[PHP-DEV] Question about form

2001-05-13 Thread ÕŕF
hi, In php3, you can use $xxx to get the value the the xxx's value in the html form which has the name xxx on matter what the submit method is; in php4, I get nothing through this method, here is the part of the source code: form method=get action=?php echo $PHP_SELF; ? target=_self