This is a discussion on Re: [PHP] Stop neurotic posting within the PHP General forums, part of the PHP Programming Forums category; From: "Gabriel Guzman" <gabe@careercast.com> > On Wed, 2003-08-06 at 11:44, Chris ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
From: "Gabriel Guzman" <gabe@careercast.com>
> On Wed, 2003-08-06 at 11:44, Chris W. Parker wrote: > > > A bad answer would be: > > > > "RTFM http://php.net/preg_match" > > > > A good answer would be: > > > > "That can be done with a regular expression. The function you're looking > > for is called preg_match. http://php.net/preg_match" > > I fail to see the difference. Me too. Besides, both answers are wrong. You should use strpos(). ---John Holmes... |