Is there any way I can pass my $GET and $_POST variables to a page I include. The functions which handle them are defined in the page I'm including, and it would be easier and neater if I could handle them on the functions page instead of in my index.php.
Cheers.