I have my text box set to Multiline so it will wrap even if it wasen't I have set the render text as HTML checked so its goes on to the next line after each title or content is echoed out using the <br> tag.
I think its something to do with it's only reading the latest result but not getting all the loops from php inside the while loop but this is just a guess.
That will list the most recent content in your table (depending how it's set, you may need to sort it using 'ORDER by'). It's probably better using 'WHERE' than 'LIMIT' also but that's up to you.
Does your PHP file work correctly on it's own? Is it tested outside of Flash?
I don't want to limit the results I want to see all records in the table. I''ve tested the php file in a browser and it works fine but not in flash its almost like its not looping when it goes into flash.