Great. You have a very good understanding of PHP. You can add another chapter to this lesson by adding another feature. Giving admin the ability to create users and update his role and priviledges.
Your tutorials are damn simple and easy understandable. I know Hindi less, but the way you teach is so interesting and clear. So love from Bangladesh. Carry on dude. I follow you. Hope, I will donate you soon. :)
Sir please make a video on below point User Can create, view, update and delete only posts created by themselves....? And Admin can create, view, update and delete any data link posts, users..?
Excellent work Vishal, Need a little more help regarding the user privileges to only allow users to edit their own content. While admin can edit,create and delete all. Did you create any tutorial for this?
Login ke time apko check karna hoga ki jo current user hai (Jisne login kiya hai) uska id dusri table hai ya nahi. select * from table2 where uid='$uid'
@@ProgrammingwithVishal Lekin (work 1) aur (work 5) ko kese kisi user ke liye allow karun, Yeh fir... (Work 1), (work 3)and (work 5) kisi user ke liye.
Hi Vishal, suppose user ID=1(or random) and flowing with the http request how we will set a privileges 4ki koi us id ko change kar ke privilege esclation na kar paye.?🙄
Bhaiya bahot saare web series me dekhe toh milta h ki 1st video play ho rha h phir 2nd video se if subscription nhi h toh nhi play hoga wo kaise krenge php me?
Sir hame ye sikhaye ki wordpress me jaise hame pura fresh deshboard milta wese ham kisiko fresh admin panel kaise de sakte hai muje database ke logic samaj me nai aate hai kyuki ek database or 100 logo ka data kaise reh sakta hai or specific user ke liye uska data uske admin panel par ham kaise dikha sakte kyuki database ek hai or table bhi jo hamne banaya hai wo bhi same hai or wo user jo data dalta hai wo bhi ek hi jaga store hote hai to jo ham condition fetch data ke liye likhte hai wo bhi ek hi hai ki select * from table name to 100 logo ka data nikal kar aayega or ham to specific data dikhana chahte hai jo usne entries ki hai to wo kaise kare please help me.........
Sir aap apne isi project pe samjha dijiye , Suppose Superadmin access Page1 , page2 , page3 , page4 , page5 , page6 Admin access Page7 , page8 But super admin check using checkbox page2 option Then admin can access page 2 After working uncheck then page 2 desable for admin
Sir I made this same but now when added signup button its not redirecting to signup page as I hv put both login page and signup page in admin folder .. but as u set if user is not login it can't go inside other pages it is redirect to login ...how redirect to signup page
Good work vishal gi, you are doing an excelent work. I have a request could you please create a video on uploading large csv file to html table then to db. Thanks in advance..
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\Blog\includes\headerr.php:1) in C:\xampp\htdocs\Blog\login.php on line 20 this error is coming
Please make a video on core php how we can do secure login system such we can avoid cross site frogery, sql injection, session fixation and more vulnerabilities. Waiting for your response. And also try to make some videos on how we can secure our web application. I watched some of your videos they were very good specially best way to secure admin panel one.
I had already explained your questions in this video. If your understand the concept from the video, you can do rest of the things easily. Try yourself and let me know if you have any issue.
It's $_SESSION ['IS_LOGIN'] = 'yes' This is just to set a SESSION variable, nothing else. Here you can use anything for 'yes'. this is just to set $_SESSION ['IS_LOGIN']
Vai mera matlab hay 'yes' to kohi bhi kam may nehi laga or yes kay badlemay No deta tab koi problem hoga keya? I mean os session ka value koi maine rakhta hay keya?
Bro I am inserting multi-row data using the checkbox in MySQL database using custom PHP. The problem is I am facing the duplicate value problem. Can you make a video tutorial on this, please???
Dude server pe chalna or local pe chalna ek hee baat hao. Kya issue ho raha hai apko ye bato. I am working in development from last 10 years and first time I am hearing this, if u have any issue please and don't blaming. And also once again roles ka server se koi lena dena nahi hai, it's a logic.
Thank you Vishal ji... you explained it very well. It worked and I learnt something today.
Great. You have a very good understanding of PHP. You can add another chapter to this lesson by adding another feature. Giving admin the ability to create users and update his role and priviledges.
Thanks and I m already planning for this. Will do that very soon
Great video, very simple and easy to understand
Thank lot sir, for your information 🙏
very nice videos sir thanks you for your sharing. love you from Cambodia
Most welcome
thanks man you solve my problem
Welcome Alena
Thank u sir,God bless u.
Best tutos , Thank you :)
from bihar
Thanks a lot
vishal sir is gr8 in youtube
thaks sir most helpful video
wonderful implementation of rbac
Thanks Pankaj
Thank you sir...
Welcome Prajkta
Your tutorials are damn simple and easy understandable. I know Hindi less, but the way you teach is so interesting and clear.
So love from Bangladesh. Carry on dude. I follow you. Hope, I will donate you soon. :)
Thanks a lot.
@@ProgrammingwithVishal No problem. Happy coding. 😀
Thank you sir
Thanks abdul
Super bro.. thank you very much
Thanks a lot
we are really thankful for your amazing video and concept clearing. please make a video on data sync across two web app, or online and ofline app.
very nice vishal bahee
Thanks bhai
thank vishal for making access to your resourceful videos free of course.
great video sir
Thanks Sandeep
welcome sir
you guys never let me down when it comes to coding.
great bro
Best tutos , Thank you :)
Thanks Karim
Kiya Iss tarike zariye ham admin m se limited permission Hod ko deskty han or teachers ko and students ko????
Sir please make a video on below point
User Can create, view, update and delete only posts created by themselves....?
And
Admin can create, view, update and delete any data link posts, users..?
This is highly important. Did you get such tutorial regarding your question?, Vinay
@@VishalMevada102 no bro
Excellent work Vishal,
Need a little more help regarding the user privileges to only allow users to edit their own content.
While admin can edit,create and delete all.
Did you create any tutorial for this?
Sikhane ke liye vedio bnate ho ya aapne liye sir
Please make a series of laravel tutorial
thanks for video !
You are welcome!
Awesome thanks
Thanks Ravi
sir Its very educative video thank you sir...it will be helpful to most....and thanks again i was stuck in hiding dropdowns according to users
Thanks and Welcome Mainak
Nice tutorial sir, but ek question hai, agr hum role ka data dusri table match krwate to uski query kaise likhte login ke time.
Login ke time apko check karna hoga ki jo current user hai (Jisne login kiya hai) uska id dusri table hai ya nahi. select * from table2 where uid='$uid'
@@ProgrammingwithVishal thank you sir..
Very much impressed, want to know if 10 different user to be redirected to specific page of his credentials with single line coding
Yes, that's same I am doing here
Sir aapne template download karne ke bad 3 sections me bootstrap ko kaise edit kiya iska idea de dijiye please.
Does this cover all the user priviledges???
nice
can this is be a back door for a website for a admin? is this how we create backdoor for a website?
Tqsm
बहुत धन्यवाद ,
अगर पांच काम है, कुछ users है। Admin, कुछ users को पांच काम में से कुछ काम के लिए allow करना चाहे तो .....sir बस logic बता दीजिए।
Jaise abhi code likha hai, waise hee aap code likho. Abhi 2 users hai aap 4 or add Kar lo condition main
@@ProgrammingwithVishal
Lekin (work 1) aur (work 5) ko kese kisi user ke liye allow karun,
Yeh fir... (Work 1), (work 3)and (work 5) kisi user ke liye.
Sir pls create a video that advanced role and priveleges
Will do shortly
Hi Vishal,
suppose user ID=1(or random) and flowing with the http request how we will set a privileges 4ki koi us id ko change kar ke privilege esclation na kar paye.?🙄
Bhaiya bahot saare web series me dekhe toh milta h ki 1st video play ho rha h phir 2nd video se if subscription nhi h toh nhi play hoga wo kaise krenge php me?
Sir bootstrap all properties no video banaye
Sir hame ye sikhaye ki wordpress me jaise hame pura fresh deshboard milta wese ham kisiko fresh admin panel kaise de sakte hai muje database ke logic samaj me nai aate hai kyuki ek database or 100 logo ka data kaise reh sakta hai or specific user ke liye uska data uske admin panel par ham kaise dikha sakte kyuki database ek hai or table bhi jo hamne banaya hai wo bhi same hai or wo user jo data dalta hai wo bhi ek hi jaga store hote hai to jo ham condition fetch data ke liye likhte hai wo bhi ek hi hai ki select * from table name to 100 logo ka data nikal kar aayega or ham to specific data dikhana chahte hai jo usne entries ki hai to wo kaise kare please help me.........
Sir
Last login time logout time admin page pr show kese kre
Sath hi wo hr bar login ke bad update hota rhe
Pls hlp
sir if count k andr ki statement smj ni i session wali..... kindly must reply
Email me at phpvishal@gmail.com
sir ji 1 query hai pls reply mlm like network marketing ki unke backend me commission kaise calculate hota hai pls reply
How superadmin allow some pages for admin and want then not. Allowed using checkbox
Yes, Checkbox se aap kar sakte hain.
can we display data using redirect ? php files ?
nice !
Not a best way. What if my website has 50 pages. do I need to add code on every page to restrict access?
Sir maine tution porna chatehu.. apse. Pls inform kijiye..
Sir admin kuch pages user ko allow kare aur jab chahe na allow kere checkbox ke through
Checkbox de ke admin panel pe aap kar sakte hain
Sir logic nhi ban rha hai
Please help me
Show me, apne kya kiya hai, send me your code phpvishal@gmail.com
Sir aap apne isi project pe samjha dijiye ,
Suppose
Superadmin access
Page1 , page2 , page3 , page4 , page5 , page6
Admin access
Page7 , page8
But super admin check using checkbox page2 option
Then admin can access page 2
After working uncheck then
page 2 desable for admin
I'm trying to download the code but it doesn't work :/
Sir I made this same but now when added signup button its not redirecting to signup page as I hv put both login page and signup page in admin folder .. but as u set if user is not login it can't go inside other pages it is redirect to login ...how redirect to signup page
Plz sir aap Laravell ka tutorial upload kijiye
Sure Will do
Sir please admin roles ko permission diya jye edit aur delte but new ka koi permission na diya jaye
Good work vishal gi, you are doing an excelent work. I have a request could you please create a video on uploading large csv file to html table then to db. Thanks in advance..
Thanks and Noted Binu.
sql injection with example precautions
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\Blog\includes\headerr.php:1) in C:\xampp\htdocs\Blog\login.php on line 20 this error is coming
Please make a video on core php how we can do secure login system such we can avoid cross site frogery, sql injection, session fixation and more vulnerabilities. Waiting for your response. And also try to make some videos on how we can secure our web application. I watched some of your videos they were very good specially best way to secure admin panel one.
Plz tell me sir how to create admin dristubutar retailer and dristubutar manager retailer
Can you make a video with dynamic menu from db and button level permission (add, delete, modify, view only)
I had already explained your questions in this video. If your understand the concept from the video, you can do rest of the things easily. Try yourself and let me know if you have any issue.
Please provide link of login page vedio which used in this vedio
How to add option control view delete and insert from Admin side permission for users
Brother why u used $row['IS_LOGIN'] = 'yes'
Please i need to know.
It's $_SESSION ['IS_LOGIN'] = 'yes'
This is just to set a SESSION variable, nothing else. Here you can use anything for 'yes'. this is just to set $_SESSION ['IS_LOGIN']
Vai mera matlab hay 'yes' to kohi bhi kam may nehi laga or yes kay badlemay No deta tab koi problem hoga keya? I mean os session ka value koi maine rakhta hay keya?
Haan ji, kuch bhi rakh lo
sir how can i contect with you
super bro... awesome coding.. kindly share me role 3 also(like role=1(admin), role=2(lecture), role=3(student)... how to add role 3 bro
The same added role 1 and 2, you can add role 3.
Hlw sir ek help chahiye thi
Hello sir
Hello
@@ProgrammingwithVishal can I get the full source code
how to create dashboard for each users
Same way as we created left navigations for different users
thanks for your valuable response...i have other doubt also..if u dont mind can u pls share your email id?i have send my queries via email
email me at phpvishal@gmail.com
Let me tell ya your website doesnt check if the email is correct :3
This video just for roles and privileged
it would be nice if you actually speak english so all of us non indian speakers can understand you
Sure will do soon.
@@ProgrammingwithVishal thank you !!! Because your tuts are amazing!!!!👏👏👏👏👏
Bro I am inserting multi-row data using the checkbox in MySQL database using custom PHP. The problem is I am facing the duplicate value problem. Can you make a video tutorial on this, please???
i was trying to understand his acc.... nvm
eklarke nahe nahe
Are yar ye server pe nahi chalta. Ullu bana raha he
Dude server pe chalna or local pe chalna ek hee baat hao. Kya issue ho raha hai apko ye bato. I am working in development from last 10 years and first time I am hearing this, if u have any issue please and don't blaming. And also once again roles ka server se koi lena dena nahi hai, it's a logic.
sir kindly place your email
phpvishal@gmail.com
thank you Soo much sir