[wp-hackers] get_header vs include header.php

Jeff Minard jeff at jrm.cc
Sat Sep 30 08:02:56 GMT 2006


Trevor Turk wrote:
> Maybe that's it... I was losing my POST variables. Is there a way
> around this, or is that just one of those things?

Odd, $_POST is a super global and should always be accessible. For 
otherwise set variables, you can just

<?php
// your template
global $missing_var;

?>

to regain access to it.

-- 
/\_Jeff Minard_____________________________________
\/ http://jrm.cc/ http://bf2s.com/ http://cnet.com/


More information about the wp-hackers mailing list