Advertisement
Guest User

Untitled

a guest
Nov 16th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.42 KB | None | 0 0
  1. <!doctype HTML>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Test tableaux</title>
  6. </head>
  7. <body>
  8.  
  9. <?php
  10. $a = array(1 => "pomme",2=>"poire",3=>"banane");
  11. print_r($a);
  12. echo "</br></br>en fet je vouler testez array mé c nul osef xddddddd";
  13.  
  14. ?>
  15.  
  16. <form method="POST" action="mult.php">
  17. <p>Entrez un nombre</p>
  18. <input type="number" name="a" />
  19. <input type="submit" value="envoyer"/>
  20. </form>
  21.  
  22.  
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement