Uma,

I'm sorry, but I'm still confused. Maybe someone else better understands 
your question.

Given the following example script, delay.php:

<?
echo $_GET["hid"];
?>

A URL such as http://example.org/delay.php?hid=4 will output the following:

4

Are you saying this is not happening? This is what it sounds like you 
are saying, but I have a hard time believing it.

Chris

Uma Shankari T. wrote:

>Hello,
>
>CS>
>CS>So, you are saying your URL looks something like this:
>CS>
>CS>http://example.org/delay.php?hid=4
>
>Yes..my url is look like this only..
>
>CS>
>CS>And, when you output the value of $_GET["hid"], it outputs 3?
>CS>
>
>But in the url the value are getting incremented and it is displaying 
>the result correspond to the value 1 only ..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