Not like as we get id from URL using ?id=value
and using $GET
.
i have a URL like below:
https://localhost/booktheparty/index.php?/hyderabad/corporate-party-planner/view-corporate-entertainment-activities/ENT105012/50/12
i cant edit the url because the last parameters are coming from database.
i need to get the value "12" which is present at the very end of the URL. Is there any way to do it?