Hi guys, I have this little mistake, they could help me solve it.
if ($conexion)
{
$resultado = mysql_query("SELECT id, usuario, fecha, mensaje FROM comentarios ORDER BY id DESC", $conexion);
while ($fila = mysql_fetch_row($resultado))...
asked by
10.11.2017 / 22:38