Jump to content

bsv77

New Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

bsv77's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Yes, I know how to see the variable, the issue is that it does not work when there is a dash in the url like "book name"
  2. I have a re-write rule that takes the URL such as: /products/?bookname=late-rain and displays it like: /products/late-rain and the my script uses the bookname value to search the database. I am running into an issue in that if the value is say "Late Rain" with spaces or "Late-Rain" with dashes, the script will not use that as it should. What is the best way to query something like WHERE bookname = "late-rain"? It may instead be the rewrite as it adds a trailing / when it does not work. If there are no spaces or anything, it works just fine. Thanks for the advise in advance.
×
×
  • 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.