I need some support on php side I'm up to mysqli since xampp no longer supports mysql now supports MARIADB and needed to update do and the while .
Code:
<?php
do{?>
}
while ($row_DatosPost = mysql_fetch_assoc($DatosPost));
?>
Solution
<?php do {
/* primera vez*/echo "hola"; while ($row_DatosUser = mysqli_fetch_assoc($DatosUser));?>
I hope you can contribute some idea that will help my problem. Grcias