example url:
view.php?theme=1&id=5
On some blogs I see the following
view/1/5
or - view.php/1/5
I suppose once the above url is in address bar, the common way to get theme and id variable is using php explode function, but how to get this as a valid address.  
If I write <a href = 'view/1/5'></a> - this is not a valid href.
Any help?
 
     
    