OK so when I try to display data using a MYSQL query and a it crashed and dose not run. It works well without text area (but not all the data fits
Maybe a conflict with double quote. Try
echo "" .$row['review']. "";
OR
echo '' .$row['review']. '';