document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. /*
  3. str_replace(mit,mire,miben);
  4. */
  5. $szoveg = "All around the Sca-actus plants, the stalker chased the bandit!";
  6.  
  7. $alakitott = str_replace(" ","_",$szoveg);
  8. echo $alakitott;
  9. ?>
');