Posts by Roni Moreira • 1 point
1 post
-
-2
votes1
answer32
viewsQ: How to take this data from filter_input_array and insert it into another php file
My filter_input_array receives all the data from the form, but I don’t know how to take this data and insert it into another php file <?php $data = filter_input_array(INPUT_POST, FILTER_DEFAULT);…