I think your linux plattform has a version of PHP older than 4.2.0 and your 
Windows machine has a newer Version. In this "old" Versions, Register_Globals 
was turned on.
Try to access $hid by using: <?php echo $_GET['hid']; ?>

Regards
Sascha

> 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

Reply via email to