[eluser]Bigil Michael[/eluser]
now i want to print the result like this
Quote:2011
Constituency District Winning candidate Name Party Total votes received
Aa k C l 1234
Ab k A m 45465
Ac N B N 123
but these values are inside 3 tables
i will send u the tables
election_year with fields constituency_id year constituency district
constituency_details with fields id constituency_name constituency_id elect_year total_voters total_polled valid_votes invalid_votes
candidate_details with fields id constituency_id candidate_name candidate_party candidate_votes percentage_votes elect_year
my requirement is that when client search result of any year
it will show all result on that purticular year
ie all constituencies and winning candidates of that year
i didn't joined 3 tables till this time
can u help me ??
thanks in advance..