| Posted by Colin McKinnon on 02/03/07 13:36 
Gunnar G wrote:
 >> In many cases I use URLs like foo.php?a=4b&c=d&e=f&g=h etc.
 >> to send variables from one script to another
 >> Is there a way to not have the long URL and just call foo.php and send
 >> the variables in a more "invisible" way?
 >
 > I forgot to tell, there is no user input required on the webpages
 >
 
 Then whoever has designed the site designed it to work that way - moving to
 statically addressed URLs is not going to be trivial.
 
 If the structure is consistent then you might be able to get some mileage
 out of using mod_rewrite. And / Or you could look at condensing and
 multiplexing your variables.
 
 Or just shove a big frame in front of the page.
 
 C.
 [Back to original message] |