My Word 4 You


SUBMITTED BY: Guest

DATE: July 14, 2013, 4:09 p.m.

FORMAT: Text only

SIZE: 145 Bytes

HITS: 149424

  1. <?php
  2. $word_tosay = array(1 =.> I , 2 =.> LOVE, 3 =.> YOU);
  3. Foreach($word_tosay as $value){
  4. Echo $value."<Br>";
  5. }
  6. ?>

comments powered by Disqus