str_replace : String Replace : String PHP Source Code


PHP Source Code » String » String Replace »

 

str_replace



<?php
   $author = "j@navioo.com";
   $author = str_replace("@","(at)",$author);
   echo "Contact the author of this article at $author.";
?>


           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo String
» String Replace