Тёмный

PHP Form Validation for Beginners 

Telmo Sampaio
Подписаться 31 тыс.
Просмотров 57 тыс.
50% 1

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 69   
@elsalimandro
@elsalimandro 4 года назад
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; }
@flower9067
@flower9067 3 года назад
Thank you!!! This is my first php coding.
@kwonderfulness
@kwonderfulness 2 года назад
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
@ahmadalkordee5879
@ahmadalkordee5879 2 года назад
actually this is one of the best tutorials on youtube .... great job bro ....
@davidpakpahan4133
@davidpakpahan4133 3 года назад
Im from Indonesia. Very nice your persentation about learn validation in form PHP. Thanks broth.
@AlfNicholson
@AlfNicholson 3 года назад
You are amazing Telmo, even by following through your steps, making that blue page appear with that image is already encouraging enough!!
@proxy8918
@proxy8918 Год назад
I've been looking for a solution to my problem and this worked perfectly. Thank you Telmo! 🥳
@weizhe3103
@weizhe3103 3 года назад
This is the most detailed explanation that I have every heard. Thank you for making this video. U have saved my assignment
@buycheap50
@buycheap50 3 года назад
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!
@JoeEvansSound
@JoeEvansSound 4 года назад
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"
@HologramJay
@HologramJay 4 года назад
Telmo, fantastic tutorial! Short and sweet. Thanks man!!
@john-paulgoldsworthy2452
@john-paulgoldsworthy2452 2 года назад
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.
@noorff5742
@noorff5742 2 года назад
very helpful video remaining half of my concept clear by this video // Thank you sir
@faisalahmed9434
@faisalahmed9434 4 года назад
I really liked your accent and teaching technique!
@Telmosampaio
@Telmosampaio 4 года назад
Thank you! 😃
@kaungkhantzaw4979
@kaungkhantzaw4979 5 лет назад
Keep it up! You are helping me to become a web developer one day ! I would also love to see more javascript projects soon !
@PAUL-ky4dq
@PAUL-ky4dq 4 года назад
Are you a developer now?
@kaungkhantzaw4979
@kaungkhantzaw4979 4 года назад
@@PAUL-ky4dq Yup, I recently got a job as front end developer.
@flower9067
@flower9067 3 года назад
Kindly tell me.... what languages we have to learn for frontend developer.
@flower9067
@flower9067 3 года назад
@@vinhtiennguyen1292 Thank you 👍
@user-ih2zp9jg7f
@user-ih2zp9jg7f 7 месяцев назад
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)
@photoinshot1355
@photoinshot1355 Год назад
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!
@thez00t6
@thez00t6 2 года назад
Great video my man.
@healyrj2001
@healyrj2001 4 года назад
Cannot find the link to the code in the description?
@elchiringuitodenaty3336
@elchiringuitodenaty3336 2 года назад
thank you so much🙌 very useful tutorial
@MarijaKoteska
@MarijaKoteska Год назад
keep up with the great job!
@gamerspieler8196
@gamerspieler8196 2 года назад
do you have any more with form validity?
@riadhcoding
@riadhcoding 2 года назад
u are the best
@martinnavratil14
@martinnavratil14 3 года назад
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 🙏
@haileyyyyy
@haileyyyyy 4 года назад
This is very helpful! Thank you for making this tutorial AND introducing me to XAMPP!
@richardrodgers7406
@richardrodgers7406 2 года назад
Thank you! I appreciate the content.
@user-hd5lz7qp9p
@user-hd5lz7qp9p 4 года назад
thank you. can you pls show us how to do the "2 passwords are not same "
@uosif_heikal
@uosif_heikal 2 года назад
Thx bro
@abidhussain3356
@abidhussain3356 2 года назад
sir kindly tell me if username is wrong then show me invalid username and password is wrong then show me invalid password
@kenhgaming8552
@kenhgaming8552 3 года назад
thank you. I am in Vietnam and can not find who to help.
@faithfrancisquiman738
@faithfrancisquiman738 3 года назад
Do you have a part 2 of this tutorial?
@omar7amdi
@omar7amdi 3 года назад
Thank you.
@gauravbhandari1184
@gauravbhandari1184 4 года назад
Well explained
@Telmosampaio
@Telmosampaio 4 года назад
Thank you so much Gaurav
@khudadadhussaini9695
@khudadadhussaini9695 4 года назад
It is perfect! Keep rocking.
@rhea_bunny
@rhea_bunny 3 года назад
awesome video, thank you!
@arshpreet2196
@arshpreet2196 4 года назад
Perfect! so helpful, thanks
@reanjustinebaulite4532
@reanjustinebaulite4532 Год назад
i don't have folder of htdox
@faithfrancisquiman738
@faithfrancisquiman738 3 года назад
You sounds like Gru in Despicable Me Movie
@phaedrus2633
@phaedrus2633 3 года назад
Nice, clean. But, you need to slow down when writing and explaining your code in certain spots.
@eshamsingh872
@eshamsingh872 4 года назад
thank you very much, brother...it helps me a lot
@Telmosampaio
@Telmosampaio 4 года назад
No problem my friend, hope you enjoyed the video :)
@chigoziechris8047
@chigoziechris8047 2 года назад
@@Telmosampaio hello sir my work is showing undefined index username in line 2
@idipakkumal
@idipakkumal 3 года назад
Awesome
@kouamedavidndri199
@kouamedavidndri199 4 года назад
good English
@Telmosampaio
@Telmosampaio 4 года назад
Thanks Kouame :)
@vihamra1991
@vihamra1991 4 года назад
Thank you !!
@almahak2174
@almahak2174 4 года назад
The echo statement in the index.php did not show any error messages is there any other way to do it ?
@joshgomez8239
@joshgomez8239 4 года назад
Yea same no error message
@pcprodoc
@pcprodoc 2 года назад
No link for the content as stated in video. (THUMBS DOWN) Just a giant billboard to advertise links to pay for courses that are for free here on YT? Makes for a good listening though so it is not a total waste of time.
@kaviduprabashwara6514
@kaviduprabashwara6514 4 года назад
thanks sir
@Telmosampaio
@Telmosampaio 4 года назад
You are most welcome Kavidu :)
@leekhanam
@leekhanam 4 года назад
Thank u
@Telmosampaio
@Telmosampaio 4 года назад
No problem Nam, I'm happy you enjoyed it :)
@ivanlaurente9509
@ivanlaurente9509 3 года назад
@@Telmosampaio the error messages is not working after you put the last code in the video is there any way to do it?
@healyrj2001
@healyrj2001 4 года назад
At 11:51 these variables are called "Super Globals" or "Super Global Variables" I think? Rather than just "Super Variables"
@ramseyj3024
@ramseyj3024 5 лет назад
First
@Telmosampaio
@Telmosampaio 5 лет назад
Ramsey your call for next tutorial! Nodejs, PHP or React!
@ramseyj3024
@ramseyj3024 5 лет назад
@@Telmosampaio Node.js!!!!!!
@markokoth5609
@markokoth5609 5 лет назад
@telmo just continue with php or node
@titanshala5041
@titanshala5041 4 года назад
Very helpful!
@sandervanderwindt6743
@sandervanderwindt6743 4 года назад
Thank you!
@Telmosampaio
@Telmosampaio 4 года назад
You are welcome Sander
Далее
when you have plan B 😂
00:11
Просмотров 19 млн
Should you learn PHP in 2016 and 2017?
6:51
Просмотров 61 тыс.
Complete tutorial for PHP Form Handling
47:46
Просмотров 34 тыс.
The only React Context Tutorial you need
20:13
Просмотров 1,4 тыс.
JavaScript Client-side Form Validation
29:07
Просмотров 714 тыс.