Re: [PHP-DB] RegExp

2010-03-12 Thread Karl DeSaulniers
Correction, this actually starts the pages. http://lawrence.ecorp.net/inet/samples/regexp-intro.php Enjoy!, Thanks Lawrence ;) Karl On Mar 12, 2010, at 1:47 AM, Partha Sarathy wrote: hi Thanks. Useful site. On Fri, Mar 12, 2010 at 1:07 PM, Karl DeSaulniers wrote: Hello List, I found

Re: [PHP-DB] RegExp

2010-03-11 Thread Partha Sarathy
hi Thanks. Useful site. On Fri, Mar 12, 2010 at 1:07 PM, Karl DeSaulniers wrote: > Hello List, > I found this website. Now it is not php based, it is javascript, but > interesting none the less. > May give people hints on how to construct their own regular expressions in > PHP or even JS for th

[PHP-DB] RegExp

2010-03-11 Thread Karl DeSaulniers
Hello List, I found this website. Now it is not php based, it is javascript, but interesting none the less. May give people hints on how to construct their own regular expressions in PHP or even JS for that matter. I am new to lists in general, so if this is bad form, let me know. I just like

Re: [PHP-DB] REGEXP and Variables.

2003-10-09 Thread Ignatius Reilly
nt: Thursday, October 09, 2003 10:18 AM Subject: [PHP-DB] REGEXP and Variables. > Hi People, > > Need a little assistance with the following MySQL query:- > > $query = "SELECT employ_id,company FROM employers WHERE employ_id REGEXP > '($employ_id)' OR company REGEX

[PHP-DB] REGEXP and Variables.

2003-10-09 Thread Shannon Doyle
Hi People, Need a little assistance with the following MySQL query:- $query = "SELECT employ_id,company FROM employers WHERE employ_id REGEXP '($employ_id)' OR company REGEXP '($name)' OR industry REGEXP '($industry)'"; The above query gets the variables $employ_id, $name and $industry from a

[PHP-DB] REGEXP problem

2002-06-14 Thread Martin Adler
sorry, a bug of my e-mailclient quotes some charaters now without slashes ;-) # Hi, I working with this query SELECT * FROM entries LEFT JOIN category ON entries.cat_no REGEXP "\\."+category.id+"(\\.|$)" LEFT JOIN entgroup ON entries.id = entgroup.eid LEFT JOIN c

[PHP-DB] REGEXP problem

2002-06-14 Thread martin . adler
Hi, I working with this query SELECT * FROM entries LEFT JOIN category ON entries.cat_no REGEXP \".\"+category.id+\"(.|$)\" LEFT JOIN entgroup ON entries.id = entgroup.eid LEFT JOIN catgroup ON category.id = catgroup.cid LEFT JOIN mzgroup ON mzgroup.id = entgroup.gid || catgroup.gid W

[PHP-DB] REGEXP for search engine/SQL Server

2002-05-21 Thread Kevin Won
I'm having a bit of difficulty getting my REGEXP right for my search engine. I'm hoping someone has done this already--it is actually a rather simple problem but I suck at regexps . . . problem: need to concatinate a query string with like '%searchterm%' from a list of words from a webform, b