I believe that in the template where you have placed the $sql_tbl[categories].reviewnew part you will need to replace this with:
Code:
{$current_category.reviewnew}
or
Code:
{$current_category.reviewnew|nl2br}
if you want to replace new lines in your input with
tags
This may put you on the right track
