Php arrays making


SUBMITTED BY: Guest

DATE: April 24, 2014, 5:24 a.m.

FORMAT: Text only

SIZE: 187 Bytes

HITS: 694

  1. <html>
  2. <head>
  3. <title>Woot, Arrays!</title>
  4. </head>
  5. <body>
  6. <?php
  7. $array = array("Egg", "Tomato", "Beans");
  8. ?>
  9. </body>
  10. </html>

comments powered by Disqus