PHP

Language Basics

<html>
<head>
<title>Hello</title>
</head>
<body>
<?php
print 'Hello, World!';
?>
</body>
</html>

José M. Vidal .

2 of 33