#87 Profile edit function | Student management system in PHP | OOP MVC | Quick programming tutorial

preview_player
Показать описание
in this series, we create a student management system from scratch using PHP in object oriented format and model view controller system.

images used:

source code:

complete playlist:

PHP Object Oriented Programming basics:

more tutorials:
make a social website from scratch:

all crash courses:

code a live chat app in PHP and JavaScript:

make an eCommerce website from template:

convert an HTML template to PHP website:

simple signup and login system & security:

crop images with PHP:

Chart or graph using SVG:

Responsive web design:

clean pretty URLs:

support me on patreon:

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

Hi, Thanks for the explanations in your videos. one clarification :
at about min 15:00 the email address you inserted was not a valid one (the browser validator error showed up) and you mentioned that this email address is still accepted by our own validator function, then you continued saying that this is OK now. Could you please clarify how come this is the case? why our own email validator did not catch this error? how can we improve on our validator to catch such errors?

fal
Автор

579 / 5 000

I found your course really good (thanks for it) and I learned some really nice things about mvc, I am not yet at the end of the tutorial, however I have a question, you have a user table with all the rank info ect ... but would it be possible to have an example where there is a user table (rank_id) and another rank table (rank_id, rank_name), join the 2 tables with an inner join I know how to do it, but I do not not know how to add the info in the user to adjust my select in my form, could you give an example in your project in the tab user info?

albiuseclectus