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
yes you need to enable register global on hosting then you can directly access form variables Regards Alex