Object Oriented PHP #12 - Validation Class (part 1)

preview_player
Показать описание
Hey gang, in this PHP tutorial we'll start to create a simple form and validation class for validating form fields.
----------------------------------------

🐱‍💻 🐱‍💻 Course Links:

🐱‍💻 🐱‍💻 Other Related Courses:

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

You have this video twice in the "Object Oriented PHP Tutorial" playlist, although this is such a good tutorial serie!

jesusfs
Автор

Thanks Shaun! I really appreciate your work on this series.

vova_zueff
Автор

Looking like a good intro on base PHP applications !

ProgrammingwithPeter
Автор

looking good! Hopefully the start of a nice application

DeMeneervanMeneren
Автор

This series saved me SOOOO much time learning Object Oriented PHP!! I am stuck now hough on how to verify/validate a check box. :( Any chance of getting a video about that? You explain things so well and no one else has worked with dealing checkboxes or radio buttons in classes.

backroads_traveler
Автор

4:12 Or just don't set the action and it'll be the same

SteamDeckGameplay
Автор

5:31 it doesn't send the value, it sends the name. The value is the text of the button that you see

andresolbach
Автор

I have a question, you used the "input" tag instead of "button" tag and it's still become button on browser, was that because of "type" attributes? That had a value of "submit"?

marlonjayawatin
Автор

If you'r watching the playlist pls don't forget to like !!!! it's hard to find a better course than this one ! thx

mysterOrel
Автор

I notice you are using name and value, but in your xhtml and css videos you are using ID. Is this an older way laying out? Thanks.

reviewer
Автор

Thank you for amazing tutorial
It helped me a lot

jigar
Автор

Could you provide an example of when you would have a PHP constructor ( _construct) using a get or post method with a HTML Form element ?

MrCef
Автор

Hard refresh is Ctrl+F5 at least on chrome (didn't load the css without hard refresh for me)

nanithefk
Автор

Everytime I hear him say submit; I remember about that alien movie.

dmasterify
Автор

hii thank you so much I sill in php for beginer I have seen so many people talking about MVC in PHP and I'm just wondering if gonna cover it in this course

anasslebkhaiti
Автор

Very well explained. Can you explain abstract concept in php

abhishekbandyopadhyay
Автор

Do you have a resources file that has the css code? Also do you have link for the all the course code in a downloadable source file. Github for example, thanks

MrCef
Автор

How come you did not use - htmlentities() instead?

rembrandt
Автор

thank you bro i will appreciate your work

saidburxontoxirov
Автор

I like to use short tags to echo from inside an tag attribute. <?= $_SERVER['PHP_SELF'] ?>

AndrewRMillar