What I want to achieve is getting below url through submission.
http://www.example.com/team1-vs-team2.html
For that, I need two drop down list. Both for team (team1, team2)
Both team1 and team2 are fetched from single field of table database. i.e. there is no difference between any drop down list.
Now, once user select India from team1, team2 should show everything except India. (may be through reload or so)
Once user select each team in both field, he will click on submit and the url will be like http://www.example.com/team1-vs-team2.html
Anyone here who know about this complicated issue ?
I am using Smarty as template engine.