Logical1 Posted April 14, 2009 Share Posted April 14, 2009 What are the dos and donts of designing a dynamic data-driven site with PHP to prevent possibility of getting hacked? What techniques do you use or have heard about? For example I have noticed many sites link to a specific page by calling the ID number of that item for example: http://wwww.123khdkhdlihdflihdlaih.com/item.php?Id=2 which probably means that one can put another id number in the URL directly and see another item even unauthorized. How can this be prevented? Any suggestion or ideas are appreciated. Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/153954-design-considerations-for-security/ Share on other sites More sharing options...
Maq Posted April 14, 2009 Share Posted April 14, 2009 This should answer most of your questions. http://www.phpfreaks.com/tutorial/php-security Quote Link to comment https://forums.phpfreaks.com/topic/153954-design-considerations-for-security/#findComment-809143 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.