My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
* @file hola-mundo.php
* @version 1.0
* @author Linea de Codigo (http://lineadecodigo.com)
* @date 19-septiembre-2009
* @url http://lineadecodigo.com/php/hola-mundo-en-php/
* @description Programa Hola Mundo en PHP
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Hola Mundo en PHP</title>

</head>
<body>
<?php
echo "Hola Mundo";
?>

</body>
</html>

Change log

r178 by vcuervo on Sep 20, 2009   Diff
Hola Mundo en PHP
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 554 bytes, 24 lines
Powered by Google Project Hosting