MySQL Forums
Forum List  »  PHP

Re: How do I assign unique id to call data?
Posted by: Rick James
Date: November 29, 2011 09:34PM

Read about AUTO_INCREMENT.

Now think about a hacker. Can someone come along an pick some random value for ID= in the url? And thereby reach into someone else's information?

Read about POST versus GET (in HTML). That would partially hide the ID.

Options: ReplyQuote


Subject
Written By
Posted
Re: How do I assign unique id to call data?
November 29, 2011 09:34PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.