Hi Kon,

If your using PHP version 4.1.x and above this doesn`t work automaticly.
Either turn register_globals back On in the php.ini file or (better) use
the new superglobals to acces the variables. Use
$HTTP_GET_VARS['variable'] or HTTP_POST_VARS['variable'] to get to echo
those variables so u get echo $HTTP_POST_VARS['variable']; I hope this
is what u mean and it works.

Best regards,

Davy Obdam
mailto:[EMAIL PROTECTED]


-----Original Message-----
From: konchim [mailto:[EMAIL PROTECTED]] 
Sent: Friday, October 04, 2002 7:10 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Any one have this problem?


I am using WINXP
when i use "form method="post" action="aa.php" to the aa.php
I can not echo anything
But when i user "form method="get" action="aa.php"
I can echo the value

how to fix?Or it is a Bug?

Kon chim



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

================================================================
Deze e-mail is door E-mail VirusScanner van Planet Internet
gecontroleerd op virussen. Op http://www.planet.nl/evs staat een
verwijzing naar de actuele lijst waar op wordt gecontroleerd.




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

Reply via email to