check array against each other, to determine response
- by Johnny
So, I have an array that has 6 variables in it that I need to check against each other.. to determine what to return to the script calling the function.. All fields are of the datetime type from the database they are derived from.
the fields: in1 out1 in2 out2 in3 out3
Array:
Array(
'in1' => '2012-04-02 10:00:00),
`out1` =>…