3 Beginner Mistakes in PHP When it Comes to Form Data | Common PHP Beginner Mistakes | PHP Tips

preview_player
Показать описание
In this video I will go over some PHP tips for beginners, and cover 3 common beginner mistakes in PHP when it comes to form data. These mistakes involve improper handling of data, both in code and when querying a database.

common php mistakes, common php beginner mistakes, 3 beginner mistakes in php when it comes to form data, 3 beginner mistakes in php when handling form data, php beginner tips, php common mistakes, php beginner mistakes, php tips and tricks, php tips for beginners, php form handling, php form validation, php validation tips, php validation tutorial, php form data validation for beginners, php form data tips for beginners, php security for beginners, common php security mistakes

➤ GET ACCESS TO MY LESSON MATERIAL HERE!

First of all, thank you for all the support you have given me!

I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!

I am now using Patreon and YouTube Memberships to share improved and updated lesson material, and for a small fee you can access all the material either from my memberships or Patreon, depending on your preference. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

Рекомендации по теме
Комментарии
Автор

A year ago i watched old php lessons of your. Now i am a Symfony developer. Thanks you!!

Watching from Uzbekistan!!

SultanovAsrorbek
Автор

Let me tell you something, YOU ARE MERELY AMAZING!!!

kqxvfdc
Автор

First comment😊, thank you for teaching us.

richardlozano
Автор

Really loving the new mysql functions in PHP 8.2: mysqli_execute_query($dbc, $query, $parameters); This is a new shorthand method for preparing a statement, binding the parameters, executing the statement and getting the results. This has been a godsend and saved tons of lines of code for us in our PHP framework. Handles all the sanitisation etc for us.

scott-richardson
Автор

And here are the timestamps:
0:00 Intro
0:28 Validation & Sanatation of Data (Ensures safety of Data)
2:57 Deprecated MySQL-Functions in PHP (Ensures safety of Databse)
4:41 Use Prepared Statements (Prevents misuse of Database)

pretooo
Автор

Good start on getting CRUD functions processed securely. Thanks Dani :)

ShawnRitch
Автор

You made me learn oop PHP

I really appreciate

chikeziechinonso
Автор

There is a difference between depreciated and deprecated.
Functions or features that you should no longer use are marked as deprecated (de-pre-ca-ted) 😉

The marquee tag has been deprecated for 10 years or so by the html spec, but is still available in the major browsers even tho they are not required to support the tag, meaning it could break at some point if the vendor decides to remove it.

Just like the old mysql functions in php, they still work but could be removed at any time in a new version of php. (they probably never will tho😂)

Stoney_Eagle
Автор

I use prepared statemes in execture(array(
':id' => $id
))

like this intead of using each of them like this bindParam() ... etc. What do you think? Is this same as passing to execute function?

SultanovAsrorbek
Автор

Informative video as always, great pleasure learning from the best. I like your Audio setup, sound is loud and clear. What are you using for audio and visual? I will appreciate your recommendations, planning to set up a YouTube channel before the end of the year. Keep up the good work.

CsMuia
Автор

Is secure to have all mysql data like password and username in php file?

None-zvju
Автор

I've gone through all the vdos of the older php playlist of yours, just wanted to know if it is fine to add php on my resume with that knowledge

PSEC_PrajnaVishwanath
Автор

How to do authentication and authorization in PHP rest api in vanilla php without frameworks and libs

AtomTCP
Автор

I learned a lot in this channel I'm just new in php but i just want to know to add multiple data in data base in just one process for example adding 5 data in one process😂 is that even possible?😅😅😅 I'm just curious though 🤔😊

suljutsu
Автор

these tutorials are informative but I am deer in headlights arg my brain

bpencildesign
Автор

bro looks like elon musk from canda
:)

mragallm
Автор

Please we need to see download of Document using php

kabhikachambala
visit shbcf.ru