PHP Tutorial (& MySQL) #17 - Forms in PHP

  Рет қаралды 121,636

Net Ninja

Net Ninja

Күн бұрын

Пікірлер: 59
@fleanardnimoy6555
@fleanardnimoy6555 5 жыл бұрын
Thanks for making these tutorials. It’s nice to have someone that can explain these thing in plain English.
@vertkyy
@vertkyy 4 жыл бұрын
This is my third days learning this series.... This is amazing.... God Bless your Family shaun..
@biljam972
@biljam972 5 жыл бұрын
I skipped first 14 lessons because I know all that, started with 15 and so far, this is a really nice turoial. Very clear and very well explained. Nicely done!
@mishaalrahmanmuhammed
@mishaalrahmanmuhammed Жыл бұрын
You should have made this comment on the first video. Would have helped similar level programmers
@brett3554
@brett3554 4 жыл бұрын
It's good to see this guys hard work paying off nearly 600k!
@everay1846
@everay1846 4 жыл бұрын
Especially in this tutorial it feels like you could teach even babies to code. These skills are not from this world, thank u for your simple explanations!
@andrewkochi7625
@andrewkochi7625 5 жыл бұрын
Thank you! I foolishly fronted my skills and took a freelance job making static web pages, needless to say I didn't know how to use php😂 . This helps a lot
@danny.webdev
@danny.webdev 2 жыл бұрын
That "cheese" at 15:06 cracked me up lol
@faisal.fs1
@faisal.fs1 5 жыл бұрын
This series is so good.
@chukwuebukaaneke7314
@chukwuebukaaneke7314 5 жыл бұрын
Sweet Ninja! Thanks Shaun! 💚 Happy Val!
@missrosejune
@missrosejune 4 жыл бұрын
you are super awersome..thank you so much for your style of teaching and for the course files that I wont have to type the entire code
@alimodz6253
@alimodz6253 4 жыл бұрын
To my knowledge, we only use GET request to get data from a server but not send form data. We use POST to send form data.
@oumaimabenjouida6724
@oumaimabenjouida6724 5 жыл бұрын
omg your soooo good that's really amazing the way you teaching is so amazing thank u a lot
@itnetkh467
@itnetkh467 4 жыл бұрын
Your explanation so well!
@ahmad-saleh
@ahmad-saleh 5 жыл бұрын
Awesome series, thank you very much Ninja :)
@Blue-bi8fi
@Blue-bi8fi 3 жыл бұрын
Thank you so so so much man! You are really helping me evolve!
@atishmhatre4895
@atishmhatre4895 5 жыл бұрын
Awesome Tutorial Shaun, Thank you so much! :)
@boultifnidhal2600
@boultifnidhal2600 2 жыл бұрын
Shaun, I just can't thank you enough my friend, Thank you so much.
@NetNinja
@NetNinja 2 жыл бұрын
Thanks for your support Boultif :)
@Mustafa-cv1pk
@Mustafa-cv1pk 5 жыл бұрын
youre making it super easy , thank you sir)))
@TheMrCalindo
@TheMrCalindo 5 жыл бұрын
so if $_GET variable is vulnerable then what do we need it for ? why it was created in the first place ?
@TrickyPwnz
@TrickyPwnz 4 жыл бұрын
Hi Sir! For me the if(isset($_GET['submit'])) { blablabla... } writeout doesnt works ... i get back the values in the url, but didnt write out the vaules in the page :( For me works only if i examine to the $_GET['email']... etc Globalvariable and same as with $_POST. But TY You are a great teacher!
@fahrifoxtrot-whiskey9242
@fahrifoxtrot-whiskey9242 5 жыл бұрын
Well... Learning a lot! A very big thank!
@lucascampos4237
@lucascampos4237 2 жыл бұрын
that's absolutely aweasome
@vincentschauer
@vincentschauer 5 жыл бұрын
I love your series!! Thanks a lot :D
@theharrypeter_xd1237
@theharrypeter_xd1237 5 жыл бұрын
Which video editing software you use??
@subashkannan949
@subashkannan949 2 жыл бұрын
well explained!!!
@tobiemmanuel8306
@tobiemmanuel8306 3 жыл бұрын
Wouldn't it make sense to use the POST method always and how do you autocomplete does classes please? Using Tab?
@lucasferrari4270
@lucasferrari4270 4 жыл бұрын
Mine doesn't show the message on the top of the website when I submit. Why? :c
@iammtander
@iammtander 3 жыл бұрын
Man! Man! Man..............! YOU ROCK!!!!
@Mami-dd1ft
@Mami-dd1ft 4 жыл бұрын
Thanks for everything Shaun ! But I have one question,when I change input type text to select or radio it wouldn't show. How can i do it right ?
@nigelmakunraa3682
@nigelmakunraa3682 5 ай бұрын
amazing
@piiaall
@piiaall 5 жыл бұрын
keep making videos ❤️
@martinflavell3045
@martinflavell3045 4 ай бұрын
so good.
@cedric_ds
@cedric_ds 4 жыл бұрын
Instead of having my custom styles in the tag in header.php, I have a link to a style.css. And the styles get applied, but ONLY if I type "!important" after each rule. Why is that so? (and I have my own style.css linked AFTER materialize)
@andreasv9472
@andreasv9472 4 жыл бұрын
Maybe it's covered in another video, I'm a strayer from the web: How do you write xxx.yyy, and then it becomes automatic html tags?
@jaiganesh851
@jaiganesh851 4 жыл бұрын
i have been following you recently and i loved the way you explain each and everything in details. I need help. I wanted to use a dropdown menu in the form, while i was using tags its not working. Please suggest me. Thank You
@SATACPR22
@SATACPR22 3 жыл бұрын
Thanks you
@ifeanachofavour409
@ifeanachofavour409 4 жыл бұрын
Hello please I'm having issues with the part where we have to echo the users input from the form After i fill my form, I get a 404 error. Please how do I resolve this?
@markuscreates5032
@markuscreates5032 4 жыл бұрын
Since I can't see your code, I have to assume. Maybe you have something in the action="" part, which PHP/HTML tries to go and it doesn't exist. Maybe there is just a typo...
@Itachi-lz7kv
@Itachi-lz7kv 3 жыл бұрын
Will this be vulnerable to remote file inclusion
@andrewcbuensalida
@andrewcbuensalida 4 жыл бұрын
Do I need internet connection so that the href linking to the materialize library will work? If not, where is that library saved on, my computer?
@shuttereff3ct593
@shuttereff3ct593 4 жыл бұрын
Yes you need, because it's CDN links. You can also download it manually by checking materialize docs easily.
@billgreen2714
@billgreen2714 5 жыл бұрын
Well, where is it?
@shuttereff3ct593
@shuttereff3ct593 4 жыл бұрын
For some stupid reason I had space in the name of submit name="submit " which made scratch my head for a while looking for solution for my page not working properly. Anyway it's great to learn new stuff and troubleshoot things.
@MustafaBirsoz
@MustafaBirsoz 5 жыл бұрын
Dank dank dank
@aghiadalzein3069
@aghiadalzein3069 5 жыл бұрын
The isset doesn't work well and if is True all the time. you can check with print_r($_GET) inside the if statement. I think the if statement should be ( if(isset($_POST['submit']) && $_POST['email']!=""){... )
@MrIshumaru
@MrIshumaru 3 жыл бұрын
why use "name" in forms instead of "class" or "id"?
@dietrichdietrich7763
@dietrichdietrich7763 2 жыл бұрын
Hey I still hadn't had my pizza made 😂 #ImportantRequest #NinjaPizza
@coolwaterdvr
@coolwaterdvr 3 жыл бұрын
🙏🙏🙏🙏🙏
@eng.mohamedhassan2496
@eng.mohamedhassan2496 5 жыл бұрын
Hi Shaun hope u r doing well, bro i wanna do you have School Management System project in PHP with MySQL, plz i need it urgently hope u will help me. i am waiting your response eagerly. thanks well.
@faisal.fs1
@faisal.fs1 5 жыл бұрын
Why rely on other projects? He has given the necessary ingredients. Code yourself or search on google. There are tons of projects on your required subject.
@eng.mohamedhassan2496
@eng.mohamedhassan2496 5 жыл бұрын
@@faisal.fs1 i agree with u coz i am new in PHP world but expert in C and C++, my major is Cisco Engineer and Cloud Engineer both i am certified AWS, Ms Azure, and OpenStack, likewise i have good knowledge in Cyber Security
@schaumaul
@schaumaul 4 жыл бұрын
15:07 TSCHIIIZ
@Tuttigiu
@Tuttigiu 3 жыл бұрын
14:28 editing all at once what a gimmick
@martinflavell3045
@martinflavell3045 4 ай бұрын
hold down ALT and left click
PHP Tutorial (& MySQL) #18 - XSS Attacks
4:15
Net Ninja
Рет қаралды 84 М.
PHP Tutorial (& MySQL) #16 - Project Header & Footer
11:01
Net Ninja
Рет қаралды 124 М.
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
Save HTML Form Data to a MySQL Database using PHP
24:38
Dave Hollingworth
Рет қаралды 218 М.
PHP Tutorial (& MySQL) #19 - Basic Form Validation (part 1)
5:59
Learn HTML forms in 10+ minutes! 📝
17:55
Bro Code
Рет қаралды 126 М.
PHP $_GET and $_POST explained
11:43
Bro Code
Рет қаралды 22 М.
PHP Tutorial (& MySQL) #20 - Filters & More Validation
13:05
Net Ninja
Рет қаралды 83 М.
Create Pagination in PHP and MySQL
15:23
Simon Suh
Рет қаралды 151 М.
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН