I have a system where in users can create forms dynamically. Once the form is created a unique URL is generated and stored in the database . These URL's are for calling the form back when the users type it out in the browser .
Now i want a particular file to read the url when the users type out the generated url in the browser , so that i can get the last segment of the url which is unique and fetch the respective data at run time .
I cant seem to figure out how to do that .