Dragon, You don't show us your code but I expect the problem is because register_globals is off (which is the default setting).
For those get vars, $_GET("var") should work, and for post, $_POST("var"). Hope this helps Chris Dragan KONTIC wrote: >Hello, >I installed PHP4.1.2 with apache 1.3.23 and Oracle 8i (8.1.6) >Everything works fine (Database connection, php functions etc) except the >GET & POST methods. >When I try to do http://myserver/index.php?a=10 and echo $a there is not any >value in a. >Any idea? >thanks > > >Dragan KONTIC >[EMAIL PROTECTED] >(Zentropy:Partners) > > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php