document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. /*
  3. explode(hol,mit);
  4. */
  5. $szoveg = "All around the Sca-actus plants, the stalker chased the bandit!";
  6.  
  7. $tomb = explode(",",$szoveg);
  8. echo $tomb[0];
  9. echo "<br/>";
  10. echo $tomb[1];
  11. ?>
');