This file contains hidden or 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
1 29/12/2002 | |
Carlitos Bala | |
Ernesto Sabato | |
This file contains hidden or 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 | |
$id="1"; | |
$fecha = "29/12/2002"; | |
$cliente = "Carlitos Bala"; | |
$para = "Ernesto Sabato"; | |
$concepto = " ... con cariño de carlitos .. una aspiradora"; | |
$responsable = "Carlos Flavio Jacinto Bala"; | |
$link = "http://www.poringa.net"; | |
// Lee la plantilla | |
$plantilla = file_get_contents('plantilla.rtf'); |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8" ?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html dir='ltr' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr' xmlns:og='http://opengraphprotocol.org/schema/'> | |
<head> | |
<script> | |
//<![CDATA[ | |
var txt=" Anime Blazing, anime en buena calidad, descarga sin limites! "; | |
var espera=100; | |
var refresco=null; |
This file contains hidden or 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
<?$countries = mysql_query("SELECT * FROM paises");?> | |
<?$userCountry = mysql_query("SELECT pais FROM users WHERE id = $userId LIMIT 1");?> | |
<select> | |
<?if($res and $user):?> | |
<?$userCountry = mysql_fetch_accoc($userCountry);?> | |
<?while($country = mysql_fetch_assoc($countries))?> | |
<option value="<?=$country['nombre']?>" | |
<?=($userCountry == $country['nombre'])? 'selected=""' : ""; ?> > | |
<?=$country['nombre']?> |
This file contains hidden or 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
<link rel="shortcut icon" href="Imagenes/abolskyicon.ico" > | |
<meta charset=utf-8" /> | |
<title>a&a Intranet</title> | |
<link href="Imagenes/twoColLiqLtHdr.css" rel="stylesheet" type="text/css" /> |
This file contains hidden or 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
UPDATE mi_base_de_datos.servicios AS s | |
SET s.precio = '250' | |
WHERE | |
s.model_id = '7' AND | |
s.km='10000' AND | |
s.transmission_id IN ('2','3') AND | |
s.type_id IN ('9','10','5') AND | |
s.year IN ('2007','2008','2009','2010','2011'); |
This file contains hidden or 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
<? | |
$query = " | |
SELECT | |
r.* | |
FROM | |
revistas r; | |
"; | |
$cs=$sql->getDatos($query); | |
var_dump($cs); | |
/* |
This file contains hidden or 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 | |
include("conn.php"); | |
$nombre= $_POST['nombre']; | |
$apellido= $_POST['apellido']; | |
$user = $_POST['user']; | |
$pass= $_POST['pass']; | |
$email = $_POST['email']; | |
//Comprueba si el Usuario ya existe en la BD | |
$sql="SELECT user,email FROM usuarios WHERE user = $user OR email = $email"; |
This file contains hidden or 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
<form action="" method="POST" id="regForm"> | |
<input type="text" name="nombre" placeholder="Nombre" id="nombre"> | |
<input type="text" name="apellido" placeholder="Apellido" id="apellido"> | |
<input type="text" name="us" placeholder="Usuario" id="us"> | |
<input type="password" name="pas" placeholder="Contraseña" id="pas"> | |
<input type="email" name="mail" placeholder="Email" id="mail" > | |
<input type="button" value="Registrarse" href='#' class="button" onclick="javascript: registro(3)"> | |
</form> |
This file contains hidden or 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
<script> | |
//<![CDATA[ | |
function AutoPost() { | |
var publish = { | |
method: "stream.publish", | |
message: " AQUI MENSAJE DEL POST", | |
picture : "http://AQUI LINK DE IMAGEN DEL POST.jpg", | |
link : "http:// AQUI LINK DEL POST .COM", | |
name: "AQUI TITULO DEL POST", | |
caption : "www.youtube.com", |