So, in a generic CRUD feature, what would you want your URLs to look like:
1) http://yoursite/articles/10/edit 2) http://yoursite/articles/edit/10 3) http://yoursite/articles/edit?id=10 the advantage to the first one is that it makes view look like this: http://yoursite/articles/10 Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

