Skip to content

Commit a57988a

Browse files
bien trong php
1 parent 5aec8f1 commit a57988a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

bien.php

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<html>
2+
<head>
3+
<title>bien trong php</title>
4+
</head>
5+
<body>
6+
<?php
7+
define("PI", 3.14);
8+
define('HOTGIRL', 'Gai dep');
9+
10+
$name = "Tran Van Minh";
11+
$address = "Hue";
12+
$old = 20;
13+
echo "Ten: $name <br>";
14+
echo "*******************<br>";
15+
echo "Dia chi: $address <br>";
16+
echo "*******************<br>";
17+
echo "Tuoi: $old <br>";
18+
echo "*******************<br>";
19+
echo HOTGIRL;
20+
?>
21+
</body>
22+
</html>
23+

0 commit comments

Comments
 (0)