Re: [PHP] Some Problems that Newman has with PHP since reinstall.

2002-03-30 Thread Jason Wong

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




Re: [PHP] Some Problems that Newman has with PHP since reinstall.

2002-03-30 Thread Philip J. Newman

Still didn't work, found the problem thoe. it was a file I never put into my
system32 folder (o;  Thanks for your help.s

- Original Message -
From: Jason Wong [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, March 31, 2002 6:10 AM
Subject: Re: [PHP] Some Problems that Newman has with PHP since reinstall.


 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







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




[PHP] Some Problems that Newman has with PHP since reinstall.

2002-03-29 Thread Philip J. Newman

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.

... ALSO ...

My redirect scripts have stoped responding.
Any Ideas??

Philip J. Newman
PhilipNZ :: Design Solutions
http://www.philipnz.com/
[EMAIL PROTECTED]
ICQ# 20482482
+64 25 6144012




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