DAMAK iyed - 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 DAMAK iyed.php

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8">
  5.     <title>Titre de la page</title>
  6.     <?php
  7.     $infos['nom'] = "Dupond";
  8.     $infos['prenom'] = "Jean";
  9.     $infos['age'] = 25;
  10.     $infos['email'] = "[email protected]";
  11.     $infos['url'] = "https://www.linkedin.com/in/iyed-dammak-7a1915283";
  12.     ?>
  13. </head>
  14. <body>
  15. <header style="background-color: rgb(255,56,126); height: 100px;">
  16.     <img style="width: 100px; height: 100px; float: right;" src="https://media.licdn.com/dms/image/D4E03AQEXow54B7kGPA/profile-displayphoto-shrink_800_800/0/1703852297023?e=2147483647&v=beta&t=fjiCUQ2N4vOV77GrcNRnMN3hn03XxOiL6bKa8s9fiBs" alt="ce text est affivhé en cas ou il n'y a pas d'image">
  17.     <p>
  18.         <b>NOM: </b> DAMMAK <br>
  19.         <b>Prenom: </b> iyed <br>
  20.         <b>Age: </b> 21 Ans <br>
  21.     </p>
  22. </header>
  23. <section>
  24.     <div>
  25.         Parcours Académique : knjguhfyt
  26.     </div>
  27.     <div>
  28.         Projet personnel : knjguhfyt
  29.     </div>
  30.     <div>
  31.         expérience académique : knjguhfyt
  32.     </div>
  33.     Courriel: <a href="mailto:<?php echo $infos['email']; ?>"><?php echo $infos['email']; ?></a> <br>
  34.     Page perso: <a href="<?php echo $infos['url']; ?>">cliquez ici</a> <br>
  35.     date= <?php date();?> 
  36. </section>
  37. <footer style="text-align: center; height: 15%; background-color: rgb(57, 54, 73);">
  38.     © 2024 DAMMAK iyed
  39. </footer>
  40. </body>
  41. </html>
  42.  
  43.  
File Description
  • DAMAK iyed
  • PHP Code
  • 28 Feb-2024
  • 1.34 Kb
You can Share it: