skip to Main Content
author
54 views
0 votes

Php – how to display this data with while loop or for loop

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

Back To Top
Search