* Thus wrote Kris Yates ([EMAIL PROTECTED]):
>
>    foreach($HTTP_POST_VARS as $ThisVar=>$ThisVal){
> 
> ...
>
> *Warning*: Invalid argument supplied for foreach() in 
> */devda1/htdocs/2binteractive.com/htdocs/0new/content/lanskyShopAdmin.php* 
> on line 2
> 
> I guess I just need to know what this variable name has been changed 
> to.  I searched the PHP.NET manual for $HTTP_POST_VARS and got no results.
> 

$_POST;

Also it is now a superglobal in php 4.3 and doesn't need to be
global'ed inside of functions.


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to