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…