Skip to content

Commit b0b19e8

Browse files
committed
bien tronb php
1 parent f6aea83 commit b0b19e8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

bien.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
define("PI", 3,14);
3+
define('HOTGIRL', 'Archer');
4+
5+
$name = "Ngo Ta Bao Quang";
6+
$address = "Hue";
7+
$old = 20;
8+
echo "Ten: $name <br>";
9+
echo "************************* <br>";
10+
echo "Dia chi: $address <br>";
11+
echo "************************* <br>";
12+
echo "Tuoi: $old <br>";
13+
echo "************************* <br>";
14+
echo HOTGIRL;
15+
?>

0 commit comments

Comments
 (0)