sigh...please implement in forum:
Posted: Sat Jul 12, 2003 7:05 pm
Code: Select all
<?php
$message = preg_replace("/Newbie/", "5 year old, and coulndt find the manual", $message );
?>A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
$message = preg_replace("/Newbie/", "5 year old, and coulndt find the manual", $message );
?>Code: Select all
$forms[] = "newbie";
$forms[] = "noob";
$forms[] = "noobie";
$forms[] = "n00b";
$forms[] = "n00bie";
$message = str_ireplace($forms,"5 year old who has searchophobia",$message);