Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » regex » search
  • Help Catching illegal search syntax

    Hi, I'm implimenting MySQL fulltext searching for a website and part of what I want to do is catch errors in the syntax before they get submitted so as not to have odd SQL issues pop up. I'm using MySQL 5.0 and PHP 5.2.6, and will be preforming this via the PCRE extension.   Most of what I need to do is relatively simple, such as ...
    Posted to Construction Advice (Forum) by Fallout2man on October 1, 2008
  • parsing out the domain in an href tag

    hello,   i would like to parse out a domain name from an a href tag. the href tag could be anything, as i am parsing through xml that could hold any kind of url in it, depending on who is entering the data on the other end.   what i am doing is parsing out the domain name from a string such as this: <a ...
    Posted to Construction Advice (Forum) by reizorlove on July 2, 2008