JQM and php, page internal
Hello,
I have a question.
I use php, jqm and external page. When i need use link i use :
- <?php
- while ($fila = mysql_fetch_array($peticion)) {
- echo
- '<li><a href="detalles.php?id='.$fila["term_taxonomy_id"].'" data-transition="none"></li>';
- }
- ?>
But, how can I do it only with internal pages?