View Single Post
Old 06-27-2022, 06:48 AM  
zijlstravideo
Confirmed User
 
zijlstravideo's Avatar
 
Industry Role:
Join Date: Sep 2013
Location: The Netherlands
Posts: 805
Quote:
Originally Posted by Klen View Post
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 View Post
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).
__________________
Contact: email
zijlstravideo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote