First of all, with 5 products to compare, you'd have to create two hundred individual pages. There's no sense in that. Instead, make a form with checkboxes. When they click the form, post the data to a single page called comparison.php
This page checks to see which checkboxes were clicked.
If apples was clicked, then display HTML for apples.
If oranges was clicked, then display HTML for oranges
If bananas was clicked, then display HTML for bananas,.
If grapes was clicked, then display HTML for grapes.
If pears was clicked, then display HTML for pears.