i want to use foreach function for 3 variables
i use this code in my page:
foreach (array_combine($online_order_name, $online_order_
I don't believe this is possible with array_combine and foreach, because they operate specifically on key/value pairs in an associative array. PHP doesn't have tuples as a builtin data structure.
array_combine
foreach