PHP array


SUBMITTED BY: henry1874w

DATE: June 4, 2017, 8:16 p.m.

FORMAT: Text only

SIZE: 126 Bytes

HITS: 336

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <?php
  5. $cars = array("Volvo","BMW","Toyota");
  6. var_dump($cars);
  7. ?>
  8. </body>
  9. </html>

comments powered by Disqus