On Saturday 30 March 2002 14:26, Philip J. Newman wrote:
> Hi People,
> I just installed PHP again, and am having some problems with a few things.
> When Posting to a form, veriables do not travel across the pages.  I have
> checked the PHP.INI for something but nothing seems to change this.

Is it vanity that prompts you include your name in every post you send?

If you're using PHP > 4.0.6 then the default behaviour regarding GET, POST & 
COOKIES vars has changed. Either refer to them through $_POST[] or (not 
recommended) set 

register_globals = on 

in php.ini

> ... ALSO ...
>
> My redirect scripts have stoped responding.
> Any Ideas??

No.

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

Reply via email to