I want to get the same value from two arrays. Example:
a[] = array(a,b,c,d,e,f,g,h); b[] = array(c,d,o,l,p,i,u,y);
I want c[]=c,d;
c[]=c,d;