Jump to content

Horst Azeglio

Members
  • Posts

    24
  • Joined

  • Last visited

    Never

Posts posted by Horst Azeglio

  1. Is it possible in PHP to create "virtual directories" (like in wikipedia)?
    for instance http://en.wikipedia.org/wiki/Wayne_Gretzky
    There's no Wayne_Gretsky directory

    another good example of what I'm looking for is this forum itself!
    each topic is a "virtual" html file. How do you do that?

    Thank you
  2. I'm trying to do a MySQL Query but it doesn't work. (version 4.0.26)

    When I put only one argument in MATCH, it shows no error but doesn't return anything

    SELECT * FROM item WHERE MATCH (nom) against ('Huile');
    or
    SELECT * FROM item WHERE MATCH (nom_en) against ('Huile');

    When I put two arguments:
    SELECT * FROM item WHERE MATCH (nom,nom_en) against ('Huile');

    It says: "Can't find FULLTEXT index matching the column list", but both nom and nom_en are FULLTEXT indexed.

    Anyone can help? thank you
  3. Do you guys know how to set a realistic expiration date for cookies? like, some kind of javascript equivalent to strtodate() so I can set the expiration date in two weeks or something. Thank you

    edit:
    nervermind, I did it half in php.
  4. Does anyone of you ever manage to get proper shipping costs? From what carrier did you get them? I often see eCommerce website that give very approximate shipping cost related to the costs of the items, which doesn't make sense to me.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.