我有一个地理数据库,如下所示
id contintent
------------
1 europe
2 usa
id country
-----------
21 germany
22 france
id city
-----------
50 paris
51 berlin
let s say i m having this url: /show.php?contintentID=1&countryID=21&cityID=51
how can i translate it using modrewrite to a proper like: /europe/germany/berlin/index.html
i think it s beyond usual modrewrite .. any ideas? please help - thanks!