I am bringing in some data through $form_data = $_POST[\'form_data\'];. I am needing to loop through this data for each value so I thought foreach might be what
$form_data = $_POST[\'form_data\'];