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]