How to send an array(multidimensional/associative) and some varaibles together through json?
- by I Like PHP
i have an multidimensional array
$ouptput=Array
(
[0] => Array
(
[0] => mov_1
[1] => MY FAIR LADY
)
[1] => Array
(
[1] => mov_10
[2] => love actually
)
)
and two variables
$avlblQnty=50
…