This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by PhpStorm. | |
* User: elporfirio | |
* Date: 14/04/14 | |
* Time: 08:09 PM | |
*/ | |
require_once("twitteroauth/twitteroauth.php"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by PhpStorm. | |
* User: Porfirio | |
* Date: 29/12/2014 | |
* Time: 09:22 AM | |
*/ | |
$array = array( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function verificar() { | |
//Verifica la existencia de los elementos | |
if (document.formaltas.curp.value.length == 0) { | |
alert('Falta ingresar el Curp') | |
document.formaltas.curp.focus() | |
} | |
else { | |
v1 = 0; | |
if (document.formaltas.nombre.value.length == 0) { | |
alert('Falta el Nombre del Empleado') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head lang="en"> | |
<meta charset="UTF-8"> | |
<title></title> | |
</head> | |
<body> | |
<form action="procesarArchivo.php" method="post" enctype="multipart/form-data"> | |
<input type="file" name="imagen" id="imagen"/> | |
<button type="submit">Cargar Imagen</button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head lang="en"> | |
<meta charset="UTF-8"> | |
<title></title> | |
<style> | |
.imagenloca{ | |
width: 100px; | |
height: 100px; | |
background-color: #FCA; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Created by elporfirio on 09/06/2015. | |
*/ | |
angular.module('BootstrapTest', ['ngRoute']) | |
.directive('modalLoginForm', function(){ | |
return { | |
restrict: 'E', | |
templateUrl: 'modal-login.html', | |
controller: 'LoginUserController', | |
link: function($scope, $element, $attributes) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head lang="en"> | |
<meta charset="UTF-8"> | |
<title></title> | |
</head> | |
<body> | |
<form name="leformulario" id="leformulario" action="leguardado.php" method="post"> | |
<label for="miopcionelegida1"> | |
Opcion valor 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by PhpStorm. | |
* User: elporfirio | |
* Date: 15/07/2015 | |
* Time: 10:44 AM | |
*/ | |
class MySQL | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by PhpStorm. | |
* User: elporfirio | |
* Date: 01/08/15 | |
* Time: 8:35 | |
*/ | |
function conexionBase(){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by PhpStorm. | |
* User: elporfirio | |
* Date: 08/08/15 | |
* Time: 10:56 | |
*/ | |
require "twitteroauth-master/autoload.php"; |
OlderNewer