RE: [PHP] Directing to a URL from a radio group

2002-12-28 Thread John W. Holmes
> Somehow, I cannot find the right code here. > > I have a radio group with options as follows: > value1 = orgname > value2=orgcity > value3=orgsize > value4=orghead > > When the user chooses "orgname" he must be redirected to the page > ../orgname.php > When the user chooses "orgcity" he must be

[PHP] Directing to a URL from a radio group

2002-12-28 Thread Denis L. Menezes
Hello friends. Somehow, I cannot find the right code here. I have a radio group with options as follows: value1 = orgname value2=orgcity value3=orgsize value4=orghead When the user chooses "orgname" he must be redirected to the page ../orgname.php When the user chooses "orgcity" he must be redir