×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Zafer BAHADIR
Added: Nov 16, 2016 6:45 AM
Modified: Nov 16, 2016 6:45 AM
Views: 2145
Tags: no tags
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8.     <head>
  9.         <meta charset="UTF-8">
  10.     <title></title>
  11. </head>
  12. <body>
  13.     <?php
  14.         echo "Zafer BAHADIR";
  15.         ?>
  16. </body>
  17. </html>
  18.