Skip to content

Commit 7353f54

Browse files
author
minhnguyenbinh
committed
bien trong php
1 parent f30815a commit 7353f54

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", 'Ngan xoac');
4+
5+
$name = "Nguyen Binh Minh";
6+
$address = "Hue";
7+
$old = 30;
8+
echo "Ten: $name <br>";
9+
10+
echo "Dia chi: $address <br>";
11+
12+
echo "Tuoi: $old <br>";
13+
14+
echo HOTGIRL;
15+
?>

0 commit comments

Comments
 (0)