Is it possible I can get to the $REQUEST variables but not $POST variables in the url? I'm trying to access $POST in a template file where php is allowed. When a page with a url like index.php?title=me is displayed that uses a tpl file index.tpl, in index.tpl I can't access $POST['title']. Is this possible and how is it done?