Forum Moderators: coopster
I just got most of my CMS done. The hard parts are over with weeee.
I have an .htaccess lock on this directory. Where the CMS is located with a username and etc.
All forms/fields are serperately validated against certain characters, addslashes function on all fields, and etc.
Plus, I have a field in all forms pages that must provide an exact password. Before, any of the data in the form can even be sent to the sql or anyother action.
Do you think that this is enough against query injections and etc.
Oh yeah, I will be getting SSL soon for this. Still what do you think?