Difference between revisions of "User:Girts"

From DiLab
Jump to: navigation, search
(New page: Mana epasta adrese iegustama, izpildot sadu php programmu: <pre> <?php echo str_replace( array(" punkts ", " pie "), array(".", "@"), "girts punkts strazdins pie gmail...)
(No difference)

Revision as of 12:50, 11 September 2008

Mana epasta adrese iegustama, izpildot sadu php programmu:

<?php
  echo str_replace(
      array(" punkts ", " pie "),
      array(".", "@"), 
      "girts punkts strazdins pie gmail punkts com");
?>