Must be a register globals problem again - php.ini (register_globals) - on for linux off for windows.
You should keep it switched off (or at least code for it being off) and use the superglobal arrays $_POST, $_GET etc Debbie ----- Original Message ----- From: "Uma Shankari T." <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Saturday, September 28, 2002 9:42 AM Subject: [PHP] Posting a value to one form to another > > Hello , > > <a href="Delay.php?hid=<?php echo $hid+1; ?>"><img src="Gif/nextque.gif" > border="0"></a> > > While clicking this link the $hid value get incremented and fetch the value > from the database according to that..the same thing is working in linux > platform and it is not working for the windows platform..the value is not > getting increment..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 > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php