advanced code snippet search
petrafull on 10/27/09
php replace String
10/27/09 01:21pm
<?php $variable = ereg_replace('delete', '', $variable);?>
Report this snippet Tweet
On the php.net documentation:
Warning
This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.
Comment:
You need to login to post a comment.
On the php.net documentation:
Warning
This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.