carga con anio y busqueda por autor tambien ok

This commit is contained in:
2019-04-22 20:21:15 -05:00
parent 1dbb62d211
commit 2a54a2a87a
5 changed files with 65 additions and 35 deletions
+6 -5
View File
@@ -3,12 +3,12 @@
* local
*
$host = 'localhost';
$user = 'blender';
$pass = 'avatares1';
$dbname = 'portal_editorial';
$dsn = 'mysql:host=' . $host . ';dbname=' .$dbname;
$host = 'localhost';
$user = 'blender';
$pass = 'avatares1';
$dbname = 'portal_editorial';
$dsn = 'mysql:host=' . $host . ';dbname=' .$dbname;
*/
$host = '132.248.80.194';
$user = 'portal_editorial';
@@ -16,6 +16,7 @@ $pass = 'p0rt4l';
$dbname = 'P_orion_Portal_editorial';
$dsn = 'mysql:host=' . $host . ';dbname=' .$dbname;
try{
$conexion = new PDO($dsn,$user,$pass);