View Single Post
  #5 (permalink)  
Old 02-21-2008, 09:09 AM
murugesanme murugesanme is offline
Member
 
Join Date: Feb 2008
Posts: 51
Question Can i give like this ?

If i am doing "Update" option, the current url will be like this.
http://localhost/html/user/edit/id/3.

While giving "update" button, the action url will be "../../../update" and submitted with "update" key. I just added this "../" to remove the curren url keys.Is this correct?. So, finally the url will be like this:
http://localhost/html/user/update/.


-Mugesh.
Reply With Quote