include("config.php");$query = mysql_query("SELECT DISTINCT name FROM table ORDER BY name");while($row = mysql_fetch_array($query)) {echo $row["name"];}
It depends on what is this "my php page" you are talking about. Elxis is a CMS and it has its own content system. You can copy the articles from your old site to Elxis content items. You can use the wrapper component to "wrap" your old page inside elxis. You can do many things.