Oops, of course you must add one to it, too. like: <?php echo $_GET['hid']+1; ?>
Regards, Sascha > Hello, > > > On Sun, 29 Sep 2002, Sascha Cunz wrote: > > SC>I think your linux plattform has a version of PHP older than 4.2.0 and > your SC>Windows machine has a newer Version. In this "old" Versions, > Register_Globals SC>was turned on. > SC>Try to access $hid by using: <?php echo $_GET['hid']; ?> > SC> > > > I have tried like the code you have mentioned above..it is not > fetching..Actually it is displaying in the url bar correctly with the > incremented $hid value..but displaying the result correspond to the $hid > initial value..Can anyone please tell me how to go about with this..?? > > Regards, > Uma -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php