Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $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");
- for($i=1; $i<=count($tekst); $i++){
- echo $tekst[$i].'<br>';
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement