# List the five latest posts from the mysql database in Flash MX?

**URL:** https://forum.kirupa.com/t/list-the-five-latest-posts-from-the-mysql-database-in-flash-mx/31300
**Category:** flash
**Created:** [September 21, 2003, 12:13am UTC](https://forum.kirupa.com/t/list-the-five-latest-posts-from-the-mysql-database-in-flash-mx/31300 "2003-09-21T00:13:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Santiago\_99](https://avatars.discourse-cdn.com/v4/letter/s/ecccb3/32.png) [@Santiago\_99](https://forum.kirupa.com/u/Santiago_99)
#### Post date: [September 21, 2003, 12:13am UTC](https://forum.kirupa.com/t/list-the-five-latest-posts-from-the-mysql-database-in-flash-mx/31300/1 "2003-09-21T00:13:50Z")

</div>

Hi!  
I am a newbie to Flash, I wonder how I can list the 5 latest posts from a mysql database in Flash?+

My index.php file looks like this:

\<?  
mysql\_connect(“localhost”, “user”, “pass”)  
mysql\_select\_db(“dikter.dikter”);

$dikter= mysql\_query(“SELECT \* FROM dikter.DIKTER ORDER BY titel ASC LIMIT 5”);  
?\>

So my question is how I should list these data in flash? What codes do I have to write in Flash to make it go?

/Thanx for answering…
