this is an odd one, then posting from one php to another, i cant see the variables, but i can print them out, when i use the following lines...
while (list($name,$value) = each($HTTP_POST_VARS))
{
echo $name . " " . $value;
}
[code=php]
i can see everything, thats fine, but, say i called a variable $company_name
i cant see it when i test for it, i.e.
[code=php]
if (!company_name)
{
blah....;
}
[code=php]
this is very odd? cos it used to work, it've just transfered the exact same files to a new server............ please help if ya can.............
many thanks