View Single Post
Old 03-13-2010, 04:48 PM   #2 (permalink)
delayedinsanity
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

The simple answer is to use header() - post the form to itself and include a handler that will use the search term in a redirect, ie header( 'Location: http://site.com/blabla/' );

Are you sure you want to set up your mod_rewrite to work this way? Unless you're creating a search engine, I suppose...
delayedinsanity is offline  
Reply With Quote