09.02.2017, 17:44
How can i shuffle for example this:
to make the outcome shuffle the messages, for example move first element in second cell (currently i access first element with MyArray[0][...]..., what i wanted to do is, shuffle the messages and change their pos)
PHP код:
new MyArray[MAX_MESSAGES][7][200] =
{
{"hey", "Hello, how are you."},
{"hi", "Hello , how are you."}
};