Skip to content

Commit fa688ed

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

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

bien.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
echo "Dia chi: $address <br>";
10+
echo "Tuoi: $old <br>";
11+
echo HOTGIRL;
12+
?>

0 commit comments

Comments
 (0)