We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0655c03 commit c49cef2Copy full SHA for c49cef2
Bien.php
@@ -6,7 +6,7 @@
6
$old = 21 ;
7
echo "ten: $name <br>";
8
echo "*************";
9
- echo "dia chi:$address <br>";
+ echo "dia chi:$adress <br>";
10
echo "************";
11
echo "tuoi: $old <br>";
12
echo "**************";
toan_tu.php
@@ -0,0 +1,27 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head>
4
+ <title></title>
5
+</head>
+<body>
+ <?php
+ $a = 5 ;
+ $b = 6 ;
+ $tong = $a + $b ;
+
+ $hieu = $a - $b ;
13
14
+ $thuong= $a / $b ;
15
16
+ $tich = $a * $b ;
17
18
+ echo " tong cua $a + $b = $tong <br>";
19
20
+ echo "hieu cua $a - $b = $hieu <br>";
21
22
+ echo "thuong cua $a / $b =$thuong <br>";
23
24
+ echo "tich cua $a * $b = $tich <br>";
25
+ ?>
26
+</body>
27
+</html>
0 commit comments