summaryrefslogtreecommitdiff
path: root/test.php
blob: b950691daed27ecc494106635b672a15e1689d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
 
<body>
 
  <h1>Hello GFG </h1>
 
  <?php
    echo "Inside gfgdemo FOLDER Hello geeksforgeeks";
  ?>
 
</body>
</html>