Posting forms without query string?

Discussion in 'Site & Server Administration' started by Davey G, Jan 10, 2008.

  1. #1
    Hey All :)

    Im working on a small search engine, and am trying to switch everything from query strings to clean-urls, for example: search?query=Digital+Point to /Q/Digital+Point

    I got past the hard part using mod_rewrite in .htaccess, but the main problem now is the search form.. is there a way to post forms as /Q/query instead of /Q/?query ?

    Thanks, #Davey
     
    Davey G, Jan 10, 2008 IP
  2. kmap

    kmap Well-Known Member

    Messages:
    2,215
    Likes Received:
    29
    Best Answers:
    2
    Trophy Points:
    135
    #2
    yes you need to enable register global on hosting then you can directly access form variables

    Regards

    Alex
     
    kmap, Jan 11, 2008 IP