![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
24/08/2014, 16:30
|
| | Fecha de Ingreso: agosto-2013 Ubicación: Guatemala
Mensajes: 137
Antigüedad: 11 años, 5 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 { } ?>
|