![]() | June 12, 2002, 10:02:07 pm | |
<--Previous | Next --> |
Variable created in HTML forms are accessible in PHP scripts using the same name. If the method is set to POST then the variables are setup as env variables, if GET is used then the variables will be passed on the URL. |
Source: |
<?php |