<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Example</title> </head> <body> <h1>Example: Items</h1> <p>Item 1: <a href="example1a.php?item_id=1">Reviews No Confirmation</a> | <a href="example1b.php?item_id=1">Reviews With Confirmation</a> | <a href="example1c.php?item_id=1">Reviews With Pros And Cons And Confirmation</a></p> <p>Item 2: <a href="example1a.php?item_id=2">Reviews No Confirmation</a> | <a href="example1b.php?item_id=2">Reviews With Confirmation</a> | <a href="example1c.php?item_id=2">Reviews With Pros And Cons And Confirmation</a></p> <p>Item 3: <a href="example1a.php?item_id=3">Reviews No Confirmation</a> | <a href="example1b.php?item_id=3">Reviews With Confirmation</a> | <a href="example1c.php?item_id=3">Reviews With Pros And Cons And Confirmation</a></p> </body> </html>