How can I combine or simplify multiple statements
问题 I have repetitive statements and need help to simplify or combine statements They all have similar values and range from jan - dec and the item (sales change to different category in this example sales change to ncvat) changes for 32 different categories and each group has a different submit value if(isset($_POST['submit1'])){ $xml->sales->jan = $_POST['jan']; file_put_contents("2020/data.xml", $xml->asXML()); } ................................... ................................... if(isset(