Skip to content

Instantly share code, notes, and snippets.

View ccarpenterg's full-sized avatar

Cristian Carpenter ccarpenterg

View GitHub Profile
<?
phpinfo();
?>
<?php
$days = array( 0 => 'Domingo',
1 => 'Lunes',
2 => 'Martes',
3 => 'Miercoles',
4 => 'Jueves',
5 => 'Viernes',
6 => 'Sabado');
<?php
$days = array( 0 => 'Domingo',
1 => 'Lunes',
2 => 'Martes',
3 => 'Miercoles',
4 => 'Jueves',
5 => 'Viernes',
6 => 'Sabado');
<?php
$days = array( 0 => 'Domingo',
1 => 'Lunes',
2 => 'Martes',
3 => 'Miercoles',
4 => 'Jueves',
5 => 'Viernes',
6 => 'Sabado');
<html>
<head>
<title>Mi primer servidor</title>
</head>
<body>
<p>Mi primer HTML en un <strong>Servidor Apache</strong></p>
</body>
</html>