Hi,
I was wondering if it is possible to fetch all items in a form in one go in PHP rather than using $_POST[] or $_GET[] for each individual element in the form.
I often deal with forms having more than 30-35 elements and it get really tedious (not to mention boring ;) ) to do it individually. I have tried looking around but in vain.
Thanks!