5,872
Loading...
Uploader Comments (derekbanas)
see all
All Comments (35)
-
@derekbanas I see, I must have over looked it. Thank you.
-
This is complete and utter shit
-
@lordzzcabe I point out a bunch of security holes in PHP in this tutorial series. I then show you how to close them
-
Did you said this is not safe ? Why is not ?
Loading...
Is there any difference between doing like you do:
"require_once("../connect.php")" and "include("../connect.php")"
and if so, what is the difference?
MIDIS0NG 2 hours ago in playlist Php kolla
@MIDIS0NG require_once checks if the file has already been included, and if so, won't include it again
derekbanas 1 hour ago
This is very helpful. Thanks. I'm going to have to go over it a few hundred times as a noob, but I like your pacing. A lot of online tuts are painfully slow and repetitive.
yesanded 1 month ago
@yesanded Thank you. That's why I make all of my videos quick. The slow tutorials always drove me mad as well :)
derekbanas 1 month ago
@derekbanas Derek at 4:33 you said something was unsafe. What did you mean? I don't recall you saying anything about it in later videos. Were you referring to checking if the form was submitted and doing that way was unsafe? if so what's the safe way?
ZagreosTheUndead 4 months ago
@ZagreosTheUndead Basing a submissions safety off of values in hidden fields isn't safe. I cover how to eliminate the need to do this in later tutorials. I create a unique token key that changes each time a user changes the page.
derekbanas 4 months ago