+ Reply to Thread
Results 1 to 3 of 3

 

Thread: php related to figleaves feed

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Posts
    166
    Thanks
    0
    Thanked 0 Times in 0 Posts


    Hi all,

    With the recent figleaves feed change I'm havaing difficulties.

    I used to say:

    $query = "SELECT * FROM Figleaves WHERE Manufacturer='Wonderbra' AND Category='Fashion | Lingerie | Bras";

    Now figleaves have introduced a new category to look like this:
    Fashion | Lingerie | Bras | Multiway-Strapless
    Fashion | Lingerie | Bras | Non-underwired

    Is there any way of putting a wild card in to include all these subcategories?

    Thanks
    Dave

  2. #2
    Can't Touch This

    Status
    Offline
    Join Date
    May 2004
    Location
    КРОМИДОВО
    Posts
    321
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Use this

    $query = "SELECT * FROM Figleaves WHERE Manufacturer='Wonderbra' AND Category like 'Fashion | Lingerie | Bras%'";

  3. #3
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Posts
    166
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Lovely thanks

    Much appreciated.

    DaveR

+ Reply to Thread


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2