×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: edson ima
Added: Jan 17, 2022 1:18 PM
Views: 402
Tags: no tags
  1. <!DOCTYPE html>
  2. <!--
  3. Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
  4. Click nbfs://nbhost/SystemFileSystem/Templates/Project/PHP/PHPProject.php to edit this template
  5. -->
  6. <html>
  7.     <head>
  8.         <meta charset="UTF-8">
  9.         <title></title>
  10.     </head>
  11.     <body>
  12.         <?php
  13.  echo "ola "
  14.                 phpinfo()      
  15.         ?>
  16.     </body>
  17. </html>
  18.