Is there a possibility of doing inner join between two arrays in php? for example
if i have two arrays array1,array2
Input :
array1[0][\'id\
I couldn't exactly understand what you need.
If i'm guessing right, i think u need intersection of two arrays..
array_intersect can do this ...
If this is not what u want, then please update your question with exact input and expected output..
The array_intersect() function might be the one you are looking for ;-)