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
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
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