Return to Snippet

Revision: 19627
at October 27, 2009 13:21 by petrafull


Initial Code
<?php
    $variable = ereg_replace('delete', '', $variable);
?>

Initial URL


Initial Description


Initial Title
PHP replace words in a string

Initial Tags
php, replace

Initial Language
PHP