Depending on how the form is setup, you will call the function like this:
PHP Code:
my_function($_POST['name_attribute']);
or
PHP Code:
my_function($_GET['name_attribute']);
There are others, but those are used 99.95% of the time.
__________________
Jeremy Miller
Please login or register to view this content. Registration is FREE
|