I have a link in which I want to pass multiple values but, not sure how. If I just pass $id then the query string works but not with $title.
My code:
<td><a href="VotingPoll.php?id='.$id.'?title='.$title.'"><button class="btn btn-primary btn-small">VIEW</button></a></td>