Multiple URLs from one php page with multiple URL variables?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
zander213
Forum Newbie
Posts: 13
Joined: Mon Aug 23, 2004 1:46 pm

Multiple URLs from one php page with multiple URL variables?

Post by zander213 »

I have a search page (in my drupal powered website) that uses URL variables to sort data and populate the title.

How can I turn my url from this:
"http://mysite.com/mysearch?Foo1=Bar1&Fo ... &Foo3=Bar3"
with Title = "Bar1 Bar2 TEXT Bar3"

to this:
"http://mysite.com/Bar1/Bar2/TEXT/Bar3" ?

Is this possible? Do I need a mod-re-write or something? (Drupal has a Pathauto module that does some mod re-write stuff - anyone know about this?)

Thanks!
Post Reply