Answer the question
In order to leave comments, you need to log in
Concatenate arrays into a string, how?
Given:
$arr1 = array("one", "two");
$arr2 = array("p1", "p2");
one=p1&two=p2
? Actually, the question is not even how, because I can do it foreach 'em. I'm wondering if there is a ready-made function / functions for solving this problem?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question