How to show information about the selected Engineering Tools using xPath in PHP
问题 Good day everyone. I'm working on a very simple application and I want to implement something that will allow the user to choose a tool from a drop down menu, and after clicking the submit button it will show the information of the chosen tool by extracting the information from the XML File. I created the dropdown menu by extracting the tool names from the XML file: <form method="POST" action="showspecifictool.php"> <select id="choose" name="choose"> <?php $tools = simplexml_load_file('tools