how to display this data with while loop or for loop [closed]

I retrieve data with the post method as below

$no_wa1= $_POST['no_wa'][0];
$no_wa2= $_POST['no_wa'][1];
$no_wa3= $_POST['no_wa'][2];

then I want to display the data above with a while loop and a for loop

I want to enter it into the database