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 the following:
-------------------------------------------------------------- 
>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">
>   <input type="text" name="xxx"....
>
>
>  <?php
>    echo $xxx;
>  ?>
>
>My develop evironment:
>Win2k Srv + PHP4 + Apache
>
>
>-- 
>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]
------end of quote------ 


[EMAIL PROTECTED]
-------------
And the eyes of them both were opened and they saw that their files
were world readable and writable, so they chmoded 600 their files.
    - Book of Installation chapt 3 sec 7 


--
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]

Reply via email to