Re: [PHP] Re: Pattern Matching

2009-08-07 Thread Floyd Resler
Thanks to Martin's answer to my question (giving me the regular expressions to my patterns) I can convert the patterns the admin users enter into regular expressions. Thanks! Floyd On Aug 6, 2009, at 6:19 PM, Ben Dunlap wrote: I need some assistance in pattern matching. I want allow the ad

[PHP] Re: Pattern Matching

2009-08-06 Thread Ralph Deffke
this side for shure is for help, lets u play arround with regex http://gskinner.com/RegExr/ ralph ralph_def...@yahoo.de "Floyd Resler" wrote in message news:50fc5ab0-ee8b-4ac2-b982-9262a3977...@adex-intl.com... > I need some assistance in pattern matching. I want allow the admin > user to enter

[PHP] Re: Pattern Matching

2009-08-06 Thread Ben Dunlap
> I need some assistance in pattern matching. I want allow the admin user > to enter a pattern to be matched in my order form editor. When someone > then places an order I want to do a match based on that pattern. Will your admin users know how to use regular expressions? If not, can you reason

[PHP] Re: pattern matching urls

2002-08-27 Thread Richard Lynch
>Just wanting some advice on something im doing, basically im storing >news into mysql and what i want to do is, when the news is displayed, if >a url is in there ie(http://www.blahblah.com OR >mailto:[EMAIL PROTECTED]) it will automatically be displayed as a link, >im considering using preg_match