?
| Current Path : /home/webyoo/www/backup/allback/kanity.com/save0807bh/js/ |
| Current File : /home/webyoo/www/backup/allback/kanity.com/save0807bh/js/filtre_categ.php |
<?php
include "start.php";
$query = mysql_query("SELECT * FROM kan_categories ORDER BY nom_complet ASC");
while($row = mysql_fetch_array($query)) {
echo '<li><a data-option-value=".cities" href="#filter" title="View all post filed under cities">Cities</a></li>';
}
?>