Turning an array element into a link, which acts like a “POST” method in a form.
问题 I have a webpage which contains a form, like the following: <Form action=”search.php” method=”POST”> <fieldset> <legend> Enter your search below </legend> <textarea name=”query”> </textarea> </fieldset> </form> The users text is read from query and search results are displayed using code in the following section: if ($_POST['query']) { //Users query is read and results from a search API are displayed } The next thing that happens is that a list of synonyms are generated, stored in a