Read in the manual about the $_GET variable

"Justin Joe" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>
>
>
>
> HI,
>
> Any body give me any hinder I would be very appreciated!
>
> I want to use a parameter of the second page in the first page, how can I
> realize it.
>
> For example, there is a segment in the first page:
>
> "<tr>
>
>  <td>com</td><td><a
> href='/cgi-bin/english/E_new_domain_list.cgi?domainType=1'><? echo
> $num_com;?></a></td>
>
>  <td><a href="autorenew.php?$result_id = 1"><? echo
> $buy_com_num;?></a></td>
>
> </tr>"
>
> But I want to use the parameter  "$result_id" which in the second
> page(autorenew.php) :
>
>  "switch($result_id){
>
>  case "1" :
>
>   ....;
>
>   Break;
>
> case "2" :
>
>   ....;
>
>   Break;
>
> Can the parameter "$result_id" pass from the second page(autorennew.php) 
> to
> the first page?
>
> Sincerely yours,
>
> justin
>
>         E-mail/MSN: [EMAIL PROTECTED]
>
>
>
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to