Dynamically rewrite URLs upon the user's selection - is it possible?
- by jitzo
In my PHP based web application, there's a form that generates a URL according to the user's selection.
The form has 7 different fields, each one of them affects the final URL, none of them is mandatory.
The final URL can be:
/field1/user_setting_of_field1/field3/user_setting_of_field3/field6/user_setting_of_field6/
or just:
…