Hi,
I dont know the syntax for a while loop that runs while two conditions are met.
i.e.
while ($my_array != array(-1, -1, -1) AND $my_array_2 != array(-1, -1, -1)) {
}
am i using the correct syntax here? I need it to run until both arguments are true.
Thanks






Bookmarks