Hello all,
I wish to allow users to be able to view records from my database by following a URL.
I am guessing its not a good idea to have this sort of URL where the identifier of the record to be viewed is the record auto increment ID!
http://www.example.com/$db_record_id
The above is giving info away unnecessarily. Is this really true? Wouldn't creating my own ID for each row pose the same problem?
Is there a better way to solve my problem.
Environment: LAMP (PHP)
Thanks all