 
			
				24/08/2014, 16:30
			
			
			     |  
      |    |    |    Fecha de Ingreso: agosto-2013  Ubicación: Guatemala  
						Mensajes: 137
					  Antigüedad: 12 años, 2 meses Puntos: 4     |        |  
  |      Respuesta: consulta PHP - MYSQL -        tu conexion no está hecha en mysqli debería ser así    
Código PHP:
 Ver original<?php ini_set('default_charset', 'utf-8'); $server = 'localhost'; $user = 'root'; $pass = 'root'; $db = 'base_de_datos'; $conexion = new MySQLi($server,$user,$pass,$db); }   } else { } ?> 
                |