Hello all.
Alright i am building a application that requires me to compare to arrays. But i cant think of a way to do it.
alright ill give an example of what im talking about
$Array1=array(
[0] = something
[1] = something else
)
$Array2 =array(
[0] = not something
[1] = something
}...