Re: What does `Catalog`.item like '%A\-%' mean? -MySQL?



That is what I thought it was looking for

> % is a wildcard.
> \ escapes a character.
>
> So it's matching anything that has the string "A-" within the item field.
>
> Don't know why the '-' is escaped, it's not a special


I forgot why I was looking for an A...

This is a rather complex php that pulls up any ring that has 3 views and
displays them, but if it doesn't have 3 views it only displays the single
image. The A is how the first image is indicated: Ring-1A.jpg
1B and 1C would be the alternate views.
Jeff

On 6/29/05 4:41 PM, in article gn16c11l9bu353r7p8c14a21fdrqlfcd84@xxxxxxx,
"Andy Hassall" <andy@xxxxxxxxxxx> wrote:

> equivalent.

~~~~~~~~~~~~
Jefferis Peterson, Pres.
Web Design and Marketing
http://www.PetersonSales.com



----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
.



Relevant Pages

  • Re: Please critique my code/program
    ... It fails to omit detection of a comment start within a character ... It fails to protect end of string detection from escaped quotes: ... > constant escapes. ...
    (comp.lang.c)
  • RfD - Escaped Strings (long)
    ... the S" string can only contain printable characters, ... the S" string cannot contain the '"' character, ... \b BS (backspace, ASCII 8) ... \ ** escapes to characters much as C does. ...
    (comp.lang.forth)
  • Re: about escape sequence in RC file
    ... embedded quotes don't need to be escaped (the escapes ... > The square and cubic symbols can be inserted directly into any string ... > prevent the user from changing the typeface to one that does not. ... > place of the escaped character. ...
    (microsoft.public.vc.mfc.docview)
  • Re: C String Prefix Operator Idea (Was: gfortran diagnostics and so on)
    ... Microsoft says that '\c' should translate to 'c' but gfortran would ... but the behavior is undefined if the resulting character ... is four hex digits. ... These escapes are processed ...
    (comp.lang.fortran)
  • Re: output ampersand using XML::Twig
    ... XML data, then it receives unescaped utf8 strings from the parser ... first 2 solutions) being to get the unicode character for   ... turn off XML escapes for the element content ... {# use an Encode output filter that encodes (using decimal ...
    (comp.lang.perl.modules)