<?php $_GET = [ "rentalPropertyAddress" => ["111 tree st", "112 tree st", "122 tree st"], "gasInitialized "=> ["on", "on", "off"], "waterInitialized" => ["off", "on", "on"], "electricInitialized" => ["on", "on", "off"], "inspectionDate" => ["", "", ""], "rentalDate" => ["", "", ""], "vacantInitialized" => ["no", "no", "yes"] ]; var_export(array_map(null, ...array_values($_GET)));
You have javascript disabled. You will not be able to edit any code.