Hello,
Contains 2 variable arrays here
How can I include this series?
$_POST['grup_kim']
$_POST['emailler']
[grup_kim] => Array
(
[0] => 1
[1] => 2
)
[emailler] => Array
(
[0] => emailadress.com
[1] => emailadress.com
[2] => emailadress.com
[3] => emailadress.com
)
{ "grup_kim" : "<?php echo $grup_kim; ?>", "dosyaekle" : "<?php echo $dosyaekle; ?>", "uyeler" : "<?php echo $uyeler; ?>", "emailler" : "<?php echo $emailler; ?>" }