Admin Panel Setup with PHP, MySQL, HTML and CSS

preview_player
Показать описание
In this video we learn how to setup an admin panel with PHP, HTML, MySQL, and CSS. In other words, we create a page on our website where only admin users have access.
——
——
——
——
#programming #developer #coding
Рекомендации по теме
Комментарии
Автор

This was nice.! As a beginner, I understood well

samuellawson
Автор

You are absolutely incredible. Thanks for the tutorials!

IcyEspresso
Автор

Great work very easy to follow and understand

zachdavies
Автор

hi Justin, I have a question: in your table you're adding 0 and 1 manually, by hand. Is there a way to add them programmatically, when you're filling out the form?

elkhanhamet
Автор

Bless you brother, , thanks so much for the work you put out. Is there anywhere you post more detailed content or some resources that can help me learn to build from start to finish ? i would really appreciate that . I stole the link for your Christian music by the way ....lol

martinking
Автор

How to Insert Form Data Into a MySQL Database video would be awesome

sharpestasset
Автор

at 4:57, you put ... is there another way to write this? I keep getting a fatal error, I've looked into it a bit and it seems like the issue is stemming from the PHP version.

sdfsadfasga
Автор

Hello, I see you wrote 'user_info' in one of the $_SESSION however, where is user_info in the database? I see 'user_level', but not 'user_info'. I ask because I need assistance with writing admin privileges for certain users. If you are able to help I would appreciate it

jc
Автор

Admin panel only using php and mysql it possible? Coding from scratch.

callofdutymobile
Автор

I would to creat admin penal for food delivery apps

gwifi
Автор

Hey, I have a problem it says ' Warning: Illegal string offset 'user_level'
what could this mean?

``` define('USER_LEVEL_ADMIN', '1');

function isAdmin() {
if && $_SESSION['usersUserId'] && USER_LEVEL_ADMIN == {
return true;
} else {
return false;
}
}
```

jamiewithers
Автор

Is there a video tutorial where you created this from Scratch

mattewgraham
Автор

Login with Twitch API - how to authorize, get the access token (new api), store it, and stick it to the person who logged in

LukePryor
Автор

currently having a problem with isset

if ( !isset($_POST['username'], $_POST['password']) ) {
// Could not get the data that should have been sent.
exit('Something Went Wrong!');
}
this causes my problem and idk how to fix it pls help

plmusic
Автор

Do you have any addons for 2fa and password reset? Appreciated.

calvinstraub
Автор

May I get the source code pls? Cause I needed it for school projects next day

qindkira
visit shbcf.ru