OPEN

mchat.php

FIND

[code]
		// Reverse the array wanting messages appear in reverse
		$rows = array_reverse($rows);[/code]
		
REMOVE IT

FIND

[code]
			$rows = array_reverse($rows, true);
[/code]

REMOVE IT

			