Save - PHP Online

Form of PHP Sandbox

Enter Your PHP code here for testing/debugging in the Online PHP Sandbox. As in the usual PHP files, you can also add HTML, but do not forget to add the tag <?php in the places where the PHP script should be executed.



Your result can be seen below.

Result of php executing





Full code of Save.php

  1. <html>
  2. <head>
  3.   <title>Dicoding Indonesia Website</title>
  4. </head>
  5. <body>
  6.   <main>
  7.     <h1>Dicoding Indonesia</h1> 
  8.     <h2>Gudangnya developer handal</h2>
  9.     <p>Contoh coding by Sahid</p></p></p> 
  10.     <img src="logo_dicoding.png" alt="Image dicoding"> 
  11.     <p>Paragraph two with a <a href="https://dicoding.com">klik disini</a></p>
  12.   </main>
  13. </body>
  14. </htm
  15. <!DOCTYPE html>
  16. <html lang="en">
  17. <head>
  18.     <meta charset="UTF-8">
  19.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  20.     <link rel="stylesheet" href="style.css">
  21.     <title>Web | Portofolio</title>
  22. </head>
  23. <body>
  24.     <div class="container">
  25.         <div class="sidebar">
  26.             <nav>
  27.                 <ul>
  28.                     <li><a href="">About</a></li>
  29.                     <li><a href="">Portofolio</a></li>
  30.                     <li><a href="">Blog</a></li>
  31.                     <li><a href="">Contact</a></li>   
  32.                 </ul>
  33.             </nav>
  34.         </div>
  35.         <main class="content">
  36.               <section class="hero">
  37.                   <img src="online.png" alt="">
  38.               <div class="hero-content">
  39.                   <h1>Profesi</h1><br></h2>Junior Content Writer at Dicoding</h2><br><br>   
  40. <p> Lorem ipsum dolor sit amet consectetur adipisicing elit. Dignissimos, aperiam dolore assumenda velit repellendus recusandae magni consectetur mollitia facere incidunt inventore perspiciatis  debitis doloribus ullam minima culpa voluptatem. Repellendus, option.</p>
  41. <a href="" class="action-btn">Profile Saya</a>
  42.               </div>
  43.                 </section>
  44.         </div>
  45.         <div class="footer">
  46.             <footer>
  47.             <ul>
  48.                 <li><img src="instagram.png" alt=""><p>Instagram</p></a></li>
  49.                 <li><img src="facebook.png" alt=""><p>Facebook</p></a></li>
  50.                 <li><img src="twitter.png" alt=""><p>Twitter</p></a></li>
  51.                 <li><img src="telegram.png" alt=""><p>Telegram</p></a></li>
  52.             </ul>
  53.             </footer>
  54.         </div>
  55.     </div>    
  56. </body>
  57. </html>
File Description
  • Save
  • PHP Code
  • 23 May-2022
  • 1.99 Kb
You can Share it: