How to use phpBB as a data model to learn and master php

Discussion of non-phpBB related topics with other phpBB.com users.
Forum rules
General Discussion is a bonus forum for discussion of non-phpBB related topics with other phpBB.com users. All site rules apply.
User avatar
MGadAllah
Registered User
Posts: 1062
Joined: Sat Sep 01, 2007 6:50 pm
Location: EGYPT - Cairo
Name: Mohamed GadAllah
Contact:

Re: How to use phpBB as a data model to learn and master php

Post by MGadAllah »

thecoalman wrote: Sun Apr 29, 2018 10:05 am
MGadAllah wrote: Wed Apr 11, 2018 12:20 am what is the thing I need to keep in mind all the time to make code secured as possible?
Validating user input and the number one rule for that is test for what is expected. e.g. If you expect an integer you don't test for exploits, you test to see if it's an integer.

There is lot of forums around people will offer you advice on programming, post your code and ask them what if anything is wrong with it.
Thanks a lot and much appreciated your advise that I will follow to the letter :)
Please accept my apologies for the late reply.
Post Reply

Return to “General Discussion”