Posts by Thiago Lenzi • 1 point
1 post
-
0
votes2
answers540
viewsA: Taking values of equal variables by URL
I recommend using $_POST as it is safer and there are no limitations like $_GET And you can manipulate these results with Foreach Foreach foreach($_POST['my_multi_select1'] as $value) { echo $value;…
phpanswered Thiago Lenzi 1