Hey All,
Im using php to send information to my .swf and my line :
$SQL = " SELECT * FROM course ORDER BY name ";
retrieves the info but doesnt sort by name… however… when i add
$SQL = " SELECT * FROM course ORDER BY name limit 10";
then it sorts by name… what is goin on here … lol
~ Seretha B. :love: