Hello,
I have a problem with array.
When I try to print this I have no problem:
echo $Booking_slot[1]["$ddate"][$a];
but when I have
$id = 1; //and I try to do the same as above but with a var I get an error:
echo $Booking_slot[$id]["$ddate"][$a];
Why?
Thanks,
Assaf