PHP Form Validation for Beginners

preview_player
Показать описание
Today we are going to learn how to handle forms and validation with PHP.

Learn Algorithms with Discount code: telmo

★☆★UDEMY COURSES:

★☆★Best laptops for Coding:

★☆★Best JavaScript Books

My Social Media:

My affiliates:
A2Hosting, Amazon, Treehouse
Рекомендации по теме
Комментарии
Автор

css code...


body {
background-color: royalblue;
margin-top: 100px;
}

.container {
width: 1024px;
margin: 0 auto;
}

label {
color: rgb(255, 255, 255);
}

.card {
background-color: rgba(255, 255, 255, 0.7);
width: 450px;
margin: 0 auto;
padding: 100px, 50px;
-webkit-box-shadow: -1px 9px 27px 5px rgba(0, 0, 0, 0.75);
-moz-box-shadow: -1px 9px 27px 5px rgba(0, 0, 0, 0.75);
box-shadow: -1px 9px 27px 5px rgba(0, 0, 0, 0.75);
}

.img_container {
text-align: center;
margin-bottom: 15px;
}

img {
border-radius: 50%;
width: 150px;
margin: 0 auto;
}

form {
text-align: center;
}

input {
width: 300px;
border: none;
border-radius: 50px;
padding: 10px 20px;
margin-bottom: 15px;;
}

p {
text-align: center;
}

.register_button{
background-color: orange;
color: white;
}

elsalimandro
Автор

Thank you!!! This is my first php coding.

flower
Автор

actually this is one of the best tutorials on youtube .... great job bro ....

ahmadalkordee
Автор

Fantastic video. I learned so much in this video. You're an excellent instructor. Will definitely continue watching your videos. Thanks so much for sharing!

buycheap
Автор

thank you so much I didn't really get to listen when our instructor was teaching this so I don't have an idea on what to do, this really saved me

kwonderfulness
Автор

Im from Indonesia. Very nice your persentation about learn validation in form PHP. Thanks broth.

davidpakpahan
Автор

Telmo, fantastic tutorial! Short and sweet. Thanks man!!

HologramJay
Автор

I really liked your accent and teaching technique!

faisalahmed
Автор

Hi Temlo. thank you for your hard work and your kind gift of doing this video for me/us. Although English is probably not your fist language you spoke with great clarity and terrific diction, well done!!. The video was well paced - time wise and extremely helpful and useful. I am not a newbie to this concept of html and php validation but I like your ideas tremendously. Back in the early days of computing (I started in 1978!) in order to do a Screen Program we had a separate screen-format and a separate validation section and it was relatively easy. Your method of a Screen-format (Your HTML code) and validation (php in a separate program) is really very easy and very good. You have taught me something with your video which I didn't expect (wrongly!) :¬). Thank you very much and good luck to you and yours. "PJ"

JoeEvansSound
Автор

This is the most detailed explanation that I have every heard. Thank you for making this video. U have saved my assignment

weizhe
Автор

You are amazing Telmo, even by following through your steps, making that blue page appear with that image is already encouraging enough!!

AlfNicholson
Автор

I've been looking for a solution to my problem and this worked perfectly.
Thank you Telmo! 🥳

proxy
Автор

Great tutorial. I am quite inexperienced with php and was able to follow along perfectly and create my contact form along with you. Thoroughly explained and very well spoken. Once question, if I wanted to have my contact form located down my webpage, is there a way to stop the page from reloading to the top of the page to avoid having to scroll down and back to the contact form? Ideally to keep the page where it is and just add the error messages.

john-paulgoldsworthy
Автор

Keep it up! You are helping me to become a web developer one day ! I would also love to see more javascript projects soon !

kaungkhantzaw
Автор

Cannot find the link to the code in the description?

healyrj
Автор

very helpful video remaining half of my concept clear by this video // Thank you sir

noorff
Автор

Excellent, clearly explained and very informative video thanks! One question, I noticed you used include index rather than header location to send the user back to the form. They both work is there any reason to select one rather than the other. Thanks!

photoinshot
Автор

thank you so much🙌 very useful tutorial

elchiringuitodenaty
Автор

Hi Telmo,

Thank you for your explanation.
But how does it work with star rating?
What does the code look like then?
I hope you can let me know.

With kind regards,

Ruud Korunka (Amsterdam)

ihzpjgf
Автор

Hello, I have a question. I validated my form following your video and it works only on the local server. When I try to deploy the website using netlify it cannot process the index.php file. Can I do something to fix this? Thank you very much 🙏

martinnavratil