Skip to content

Instantly share code, notes, and snippets.

View jkhin's full-sized avatar

Joel K. Colmenares B. jkhin

View GitHub Profile
@jkhin
jkhin / mov_nominas.php
Created July 11, 2014 14:14
Carga de un archivo CSV a postgres
<?
include '../conexion/conexion.php';
session_start();
$user=$_SESSION['id'];
echo $user;
//function copyCSV(){
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Plantilla básica de Bootstrap</title>
<!-- CSS de Bootstrap -->
<script src="http://code.jquery.com/jquery.js"></script>