'; else echo ''; ?> 0) { $fila=mysqli_fetch_array($datosSeccion); $titulo=htmlspecialchars_decode($fila["descripcion"]); } else { $sql="SELECT descripcion from categorias WHERE nombre='".$elhome."'"; $datosSeccion=mysqli_query($con,$sql); if (mysqli_affected_rows($con)>0) { $fila=mysqli_fetch_array($datosSeccion); $titulo=htmlspecialchars_decode($fila["descripcion"]); } else $titulo=$elhome; } echo(''); ?>
    '' order by orden"); while($row=mysqli_fetch_array($dts)) { $lik1=""; $lik2=""; if ($row[3]!=""){ $lik1=''; $lik2=''; } echo '
  • '.$lik1.' '.$row[1].''.$row[2].''.$lik2.'
  • '; } ?>
$num) { for ($x=$num;$x<($num+30);$x++) { if (substr($str,$x,1)==" ") { $n=$x; break; } } return substr($str,0,$n)."..."; } else return $aux; } ?>