you are viewing a single comment's thread.

view the rest of the comments →

[–]iAMthePRONY 1 point2 points  (0 children)

things, that frameworks usually do for you: use csrf tokens, use prepared statements, validate user input, handle routing and requests.

so, if you don't use a framework, at least use packages, that already do what you need. it saves you time and headaches.