Lets say your form field names are field1, field2, and field3...
You can do the following:
$newField1 = $_GET['field1'];
$newField2 = $_GET['field2'];
$newField3 = $_GET['field3'];
For a post, simply use $_POST. Another handy one is $_REQUEST which will grab the variable wether it be a POST, GET, or even COOKIE
__________________
- Artsemis
~~~~~~~~~~~~~~~~~~~~
There are two keys to being the best:
1.) Never tell everything you know
|