Or maybe the "content" field in tbl_content happens to be empty there. Or maybe tb_content doesn't have a "content" field (naming the columns you actually want instead of just shovelling out everything with "SELECT *" is good SQL).
But I'm willing to go with Kudose's hypothesis: $row is such a generic name that it risks being overwritten by some other thing that could be called $row equally generically.