PHP tiene una serie de funciones para tratar fechas y horas. Para sacar la fecha y hora rápidamente podemos utilizar esta función:
<?php
echo date("r");
?>
Esto da la fecha y hora en formato RFC 2822.
Pero la función date nos sirve también para mostrar la hora en el formato que más nos...
A switch or an associative array is preferable to a sequence of ifs. It's more readable and potentially more performant. Numerous ifs is a minor smell:biggrin:
$pages = array(
'home' => array('title' => 'Home', 'file' => 'index.html'),
'about' => array('title' => 'About Us')...
For me Perl its a legendary language used by the ancients, hehehehe ahm, Python its a Quetzalcoalt language and its very powerfull, and asp.net its pretty good, and PHP rocks, hehehe. I voted for Python!
Edit:
Hehehe de todos modos los 4 los se usar.
http://www.vasychingasatumadre.com.ar
http://vasychingasatumadre.com.ar
Es sencillo cuantas veces no te has quedado con las ganas de mandar a la chingada a alguna persona y no lo puedes hacer por que o es tu jefe o te da pena, esta web esta diseñada para que te desahogues. La tematica es...
vale madres ponle como dioses griegos, o como dioses aztecas o ponle nombres raros jaja, ponle wawis, macario, macanaibo, froylan, jeje asi se llaman algunos de los servers de mi copañia jaja
Introduction
SQL Azure (SSDS - SQL Server Data Services) is a cloud database system offered by Microsoft. We interact with the SQL Azure services by either issuing statements to it though a command prompt or developing Dot Net applications. This article will introduce and demonstrate...