File manager - Edit - /home/webapp68.cm.in.th/u68319090006/PHP/test01.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <?php $name="aaaa"; $age=20-5; $year=$age; echo "ชื่อ =$name<br>"; echo "อายุ =$year<br>"; echo gettype ($name); echo "<br>"; $a=10.5; $b= 20.3; $c=$a+$b; echo "ผลบวก= $c <br>"; $a=(integer) $a; $b=(integer) $b; $c=$a+$b; echo "ผลบวก a+b = $c <br>"; $score = 101; if ($score >= 50 && $score < 60) { echo "เกรด 1"; } elseif ($score >= 60 && $score < 70) { echo "เกรด 2"; } elseif ($score >= 70 && $score < 80) { echo "เกรด 3"; } elseif ($score >= 80 && $score <= 100) { echo "เกรด 4"; } else { echo "ไม่เข้าเงือนไข";} ?> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.4 |
proxy
|
phpinfo
|
Settings