How to create dynamic pages in drupal?

advertisements

I have contents in the following url:

mysite.com/project/node-id

But then i want the user to be directed to

mysite.com/entries/node-id when they click on entries link.

How do i achieve this? In the entries page i want to show a view which takes the node id from url and shows results accordingly.


The answer lies in using arguments with views. http://gotdrupal.com/videos/drupal-views-arguments .This video exactly represents what i had asked for ! using arguments in views we can create dynamic views of 'page' type display.