Quote:
Originally Posted by Klen
I am not using any PHP framework and so far there is nothing what i cant debug it or make it work.
|
Indeed, it takes more time to read through all info in the docs than to just start writing a few custom functions from scratch.
Quote:
Originally Posted by sarettah
Just want to say that everybody was a beginner at some point.
.
|
Lol, yeah I think we all fucked up a couple of times more than we'd like to admit.
As a beginner, just be careful with user input when using your own code in production...
It's better to write a paranoid rule for sanitizing user input, just to be safe (such as stripping everything except a-z and 0-9, which is fine for for most cases anyway).
