|
For a full circle of function, you would simply need only mod_rewite to convert the user friendly urls to the php param based url for your page scripts. However, you would need to build a href link output function or class to dynamically build your internal links back to the user friendly url.
for sake of an example:
<a href="<?php echo user_funtion_href('page', $params_array, $request_type); ?>">Link</a>
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|