This is by far the most efficient and effective way to teach PHP, been watching since day 1. It's refreshing and helps me understand PHP in a deeper level but PHP frameworks too. Thank you kind sir.
@rafp87782 жыл бұрын
Fantastic lesson. Thank you Jeffrey.
@لوسيفرجبريل2 ай бұрын
great teaching as usual. thank you
@semikolondev2 жыл бұрын
God…I wish I could have such a clear teacher to learn JavaScript.
@laxmanneupane17394 ай бұрын
This course is excellent. For Javascript, I would recommend you kzbin.info/www/bejne/e5bVlXqjYsqbgLM if you are absolute beginner.
@vincentbeaulieu75532 жыл бұрын
Another way to show the bypass of the required attribute (instead of using curl) could be to inspect the page and delete de required attribute in the browser and submit it.
@Egyptiano2002 жыл бұрын
null coalescing operator (??) has been introduced in php 7
@Operaatoors2 жыл бұрын
All is good, but htmlspecialchars must be included by default when working with user input data, like when you echo out $_POST['body'] ?? '', just wrap everything in hsc. This should be done so new developers get used to it from early days.
@Фанат-щ9ь2 жыл бұрын
Super nice, please continue.
@TylerTheDestroyer8 ай бұрын
Lost points at a dinner party, now I am not naming names, but dayum that's good teachin.
@SKTareen2 жыл бұрын
Very Usefull Thanks
@jediampm2 жыл бұрын
Hi, so to be perfect then you should be using the trim function. 🤣