Advertisement
Guest User

Untitled

a guest
Jul 18th, 2014
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2. $tekst = array (1 => "Hello, hello, baby", "You called, I can't hear a thing", "I have got no service", "In the club, you see, see");
  3. for($i=1; $i<=count($tekst); $i++){
  4.     echo $tekst[$i].'<br>';
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement