[support] processing forms : 4.6.2

vrao vrao at misteam.net
Mon Nov 14 14:13:23 UTC 2005


Hi,

How does one process forms in drupal 4.6.2 ? 

I have :
$dummy="hello";
$output .= form_checkbox($dummy,$dummy,1,$edit[$dummy]);
$output .= form_submit(t('Submit'));
print theme('page', $output);

But how do I read the values after user clicks 'submit' ?

I have
$op=$_POST['op'];
$edit=$_POST['edit'];

But both are empty when I read them.


Thanks,

V



More information about the support mailing list