Tema: Php error
Ver Mensaje Individual
  #7 (permalink)  
Antiguo 20/02/2013, 16:02
XD2XD2
 
Fecha de Ingreso: diciembre-2012
Mensajes: 223
Antigüedad: 11 años, 4 meses
Puntos: 2
Respuesta: Php error

Ahora lo tengo hacin y sigue igual
Código PHP:
Ver original
  1. <?php
  2. $menu = mysqli_query($conectar, "SELECT Menu FROM Noticias WHERE Dominio = '$_COOKIE[dominio]'");
  3. while($menu = mysqli_fetch_array($menu1){
  4. echo $menu1['Menu'];
  5. }
  6. ?>