So I am currently building an app that stores videos and makes them available over the internet.
The problem is that I want the url of each individual page to look somewhat as youtube's rather than just: host/video/23(id number) and still be accessed from the outside.
How would you recommend to achieve this?
I have looked at UUID - they work great when adding and deleting them from the db, but I am unable to edit the entry , getting this error:
Argument #2 ($status) must be of type int, array given,