Posted by Chris on 10/21/01 11:13
Read in the manual about the $_GET variable
"Justin Joe" <wangchq@china-channel.com> wrote in message
news:20050413033641.EA7692295E84@china-channel.com...
>
>
>
>
> 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: wangchq@china-channel.com
>
>
>
>
[Back to original message]
|