$sentence = $_GET['sentence']; $name = $_GET['name']; $verb = $_GET['verb']; if ($sentence == "Sentence 1") { echo "$name watches Judge Judy while $verb the finest cheese"; } else if ($sentence == "Sentence 2") { echo "$name eats the finest cheese while $verb Judge Judy."; } ?>