<?php /* stub version to start */ function request_color() { ?> <p> called function request_color </p> <p> <a href="<?= htmlentities($_SERVER["PHP_SELF"], ENT_QUOTES) ?>"> Continue </a> </p> <?php } /* end of stub version */ ?> <?php /*===== function: request_color purpose: expects no parameters, and tries to read the user's quest from the requesting form, and (safely) use that PLUS $_SESSION["name"] to make a personalized, quest-including request for a favorite color * ALSO saves that quest in $_SESSION for future-application use requires: build_mini_form.php by: Sharon Tuttle last modified: 2025-04-21 function request_color() { ?> <?php } =====*/ ?>