I'm creating my Own Tagboard and I want the information stored to Displayed with the newest on top instead of just recording the results going downways.
yes.
$string = "<A href=$url target=_blank>$name</a>: $message<br>" . $string;
your original code was concatonating $string before the text to add rather than after.
Bookmarks