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

preview_player
Показать описание
Hey all, in this PHP tutorial we'll carry on with our project by looking at forms in PHP - how to capture data, send POST & GET requests and how to handle those requests on the server.

----------------------------------------

🐱‍💻 🐱‍💻 Course Links:

🤑🤑 Donate


🎓🎓 Find me on Udemy

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

Thanks for making these tutorials. It’s nice to have someone that can explain these thing in plain English.

fleanardnimoy
Автор

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!

biljam
Автор

It's good to see this guys hard work paying off nearly 600k!

brett
Автор

This is my third days learning this series....
This is amazing....
God Bless your Family shaun..

streamervertikal
Автор

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

andrewkochi
Автор

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!

everay
Автор

Sweet Ninja!
Thanks Shaun! 💚
Happy Val!

chukwuebukaaneke
Автор

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.

alimodz
Автор

That "cheese" at 15:06 cracked me up lol

danny.webdev
Автор

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

rosejune
Автор

Awesome series, thank you very much Ninja :)

ahmad-saleh
Автор

omg your soooo good that's really amazing the way you teaching is so amazing thank u a lot

oumaimabenjouida
Автор

Awesome Tutorial Shaun, Thank you so much! :)

atishmhatre
Автор

Thank you so so so much man! You are really helping me evolve!

Blue-bifi
Автор

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!

TrickyPwnz
Автор

Shaun, I just can't thank you enough my friend, Thank you so much.

boultifnidhal
Автор

youre making it super easy, thank you sir)))

Mustafa-cvpk
Автор

Well... Learning a lot! A very big thank!

fahrifoxtrot-whiskey
Автор

so if $_GET variable is vulnerable then what do we need it for ? why it was created in the first place ?

TheMrCalindo
Автор

Instead of having my custom styles in the <head> 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)

cedric_ds