On Thu, 2004-12-09 at 12:40 -0800, Richard Lynch wrote:
> My best guess from skimming your code is that you need:
> 
> global $_POST;
> 

should I put this at the top of my code with the rest of my variables?

> in the function that uses $_POST.
> 
> Or is $_POST always global anyway?
No. 

> 
> I always forget, because they changed it around on POST/GLOBALS/etc at
> some point, but only on some of them.  Grrr.
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to