Source: http://euclid.nmu.edu/~rappleto/Classes/CS465/PHP/Arrays/party.php.txt Working page: http://euclid.nmu.edu/~rappleto/Classes/CS465/PHP/Arrays/party.php Make this program work using cookies instead of hidden inputs. * It should have no errors, even when it first starts up. * It should remember the names it's input * It should eliminate duplicates * It should replace forbidden words (democrat, republican, maga) with their replacements (Donkey, Elephant, hat). See preg_replace or similar. * It should not allow html or javascript commands. See htmlspecialchars Due Mon Jan 31