mm - 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 mm.php

  1. <?php 
  2. print '<html>
  3.     <head>
  4.     <title>Your Title Here</title>
  5.     </head>
  6.  
  7.     <body bgcolor="FFFFFF">
  8.         <center><img src="wtools.jpg" align="bottom"> </center>
  9.         <hr>
  10.         <a href="http://wtools.io">Best Online Web Tools</a>is a link to another nifty site
  11.         <h1>This is a Header</h1>
  12.         <h2>This is a Medium Header</h2>
  13.         Send me mail at <a href="mailto:[email protected]">[email protected]</a>.
  14.         <p> This is a new paragraph!</p>
  15.         <p> <b>This is a new paragraph!</b></p>
  16.         <br> <b><i>This is a new sentence without a paragraph break, in bold italics.</i></b>
  17.         <hr>
  18.     </body>
  19. </html>';
File Description
  • mm
  • PHP Code
  • 06 May-2022
  • 655 Bytes
You can Share it: