#88 Saving profile data | 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:
Рекомендации по теме
Комментарии
Автор

Thank you for your prompt response.
It shows how committed and responsible you are in your work.
I must admit that I enjoy following your work.
I wish you every success in your further work.

annenad
Автор

i got some error, the rank is not sent to table.

samuelmaraneswa
Автор

I did this to allow also the student owner to edit his or her profile: if(count($_POST) > 0 && (Auth::access('reception') || Auth::i_own_content($row)))
Note: When I reached Video no. 93 found out that access functionality was changed, at least the view file.

fal