Pharmacy Management In PHP with source code | Source Code & Projects

Поделиться
HTML-код
  • Опубликовано: 25 окт 2021
  • Download the source code by clicking on the link below:
    code-projects.org/pharmacy-ma...
    [For educational purposes only]
    📱Download our app from Play Store📲:
    bit.ly/scpapps
    Subscribe To "Source code Projects” Channel HERE:
    / @sourcecodeprojects
    Like "Source code Projects" on Facebook HERE: / sourcecodeandprojects
    Follow "Source code Projects" on Twitter HERE:
    / projects_code
    Follow "Source code Projects" on Instagram HERE: / code_projects
    For more such blog article to help you with source code and projects, please visit code-projects.org.
    If you get stuck and need C Tutorial, C++ Tutorial, Java Tutorial, PHP Tutorial, JavaScript Tutorial, and Python Tutorial, visit our website: code-projects.org/c/tutorial
    Feel free to browse through projects on C/C++, PHP, Java, JavaScript, VB.Net, Python and Swift:
    code-projects.org/c/app-projects
    code-projects.org/c/languages
    Copyright @Source Code Projects, 2020. Any illegal reproduction of this content in any form will result in immediate action against the person concerned.
    Copyright Disclaimer under section 107 of the Copyright Act of 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, education and research. Fair use is a use permitted by copyright statute that might otherwise be infringing.”

Комментарии • 232

  • @shwetankjoshi3011
    @shwetankjoshi3011 Год назад +8

    Thank you thank you so much for your work of giving this free , I was at very difficult situation but your project with free source code came to me for rescue. Plz continue your work.

  • @carlosagyemang9492
    @carlosagyemang9492 Год назад +6

    hello, kidnly add a full video with you coding so that we can code along side with you and it will help you get more subscribers

  • @user-zp8mm8qc7f
    @user-zp8mm8qc7f 2 месяца назад

    I'll import pharmacy.sql but it will shown only admin_credentials and customers others are not show.
    My sql said invalid default value for 'Invoice _Date'.

  • @ambug7156
    @ambug7156 10 месяцев назад +3

    bro thelogin page is showing me not found

  • @shreyaroy6663
    @shreyaroy6663 Год назад +1

    I have a error in this project please help error in invoice

  • @elshen1122
    @elshen1122 6 месяцев назад +1

    can not add stock . also in video yo can not add new medicine to stock

  • @javedhamdard7200
    @javedhamdard7200 Год назад +4

    The username and password in not working please send the correct username and password this not working

  • @katkarmhalasakant1441
    @katkarmhalasakant1441 2 года назад

    Whenever I’m trying to print receipt error occurs

  • @charismatadianganzi9933
    @charismatadianganzi9933 10 месяцев назад

    please, what is the rate for?

  • @oseiabelasamoah7151
    @oseiabelasamoah7151 2 года назад +2

    please teach me how to add IS_LOGGED_IN column from the admin_credentials table.

    • @jonelebcayvlogs
      @jonelebcayvlogs Месяц назад

      Thank you so much it’s working!!! But now the problem is with invoice as it is not printing anything and shows the following error:
      Fatal error: Uncaught mysqli_sql_exception: Table ‘pharmacy.sales’ doesn’t exist in
      C:\xampp\htdocs\Pharmacy-Management\php\manage_invoice.php:79 Stack trace: #0
      C:\xampp\htdocs\Pharmacy-Management\php\manage_invoice.php(79): mysqli_query(Object(mysqli),
      ‘SELECT * FROM s…’) #1 C:\xampp\htdocs\Pharmacy-Management\php\manage_invoice.php(19):
      printInvoice(‘3’) #2 {main} thrown in C:\xampp\htdocs\Pharmacy-Management\php\manage_invoice.php
      on line 79
      Hope you will help with this to

  • @peddii4347
    @peddii4347 Год назад +1

    You cant print the invoices

  • @maheshikavirasagoda8664
    @maheshikavirasagoda8664 2 года назад +4

    Give to Er diagram,schema and use case diagram

  • @kmparmar9760
    @kmparmar9760 2 года назад +4

    User login?

  • @insight_hub.
    @insight_hub. 5 месяцев назад

    Is this mini project or advanced project

  • @teekaramana8329
    @teekaramana8329 Год назад +1

    Please share the username and password.Given username and password is not working

  • @Hmm0184
    @Hmm0184 3 месяца назад

    forget password not working . What should i do??..

  • @hingmakara4788
    @hingmakara4788 Год назад

    I'm not print invoice pleace help

  • @dipeshsonawane366
    @dipeshsonawane366 2 года назад +6

    When I am entering admin Id and admin password it's shows the username or password is invalide

    • @VaibhavMali.7620
      @VaibhavMali.7620 Год назад +2

      For those who have issue while login
      The username/password (admin/admin123) is correct - the SQL export is missing IS_LOGGED_IN column from the admin_credentials table.
      To get around this, add IS_LOGGED_IN column to admin_credentials table
      In order to add IS_LOGGED_IN column follow bellow steps:
      >Run this query in SQL tab:
      SELECT * FROM `admin_credentials` WHERE 1;
      ALTER TABLE admin_credentials
      ADD COLUMN IS_LOGGED_IN BOOLEAN DEFAULT FALSE;
      >After running first query run this one:
      UPDATE admin_credentials
      SET IS_LOGGED_IN = TRUE
      WHERE username = 'admin' AND password = 'admin123';

    • @RAJ-dg5ed
      @RAJ-dg5ed 4 месяца назад

      ​@@VaibhavMali.7620bhai receipt print ka solution bta na pls

    • @siddumarirevannanavar3056
      @siddumarirevannanavar3056 2 месяца назад

      Bhai print problem

  • @arindamdas2137
    @arindamdas2137 Год назад +2

    Kindly send er diagram flow chart and pert chart also

  • @Mrmemestar2.o
    @Mrmemestar2.o Год назад +1

    Brother when i write password its says wrong pasword

  • @puruvarshitha3206
    @puruvarshitha3206 Год назад

    Has Anyone cleared the printing invoice error
    If done, mention here.

  • @justmoviesfun8108
    @justmoviesfun8108 Год назад +1

    Username and password error using admin and admin123

  • @vilassonawane44
    @vilassonawane44 2 года назад +1

    login in is not sir

  • @rohitjadhav8976
    @rohitjadhav8976 5 месяцев назад

    1.after logging out it redirects to the blank screen instead of index or login page.
    2.warnings in my profile page.
    plz provide solution if anyone got, Thank you.

  • @hrushikeshwaghmare7261
    @hrushikeshwaghmare7261 Год назад

    Bro when I tried to run it it's just jumping from login.php to index.html in loop , what is the Solution

  • @eshafatima789
    @eshafatima789 Год назад +1

    hello! sir can u give me some guideline about project i solved all error but when i enter medicine its added but not added into my medicine stock

  • @ravioberoy8998
    @ravioberoy8998 3 месяца назад

    can you please tell me the login ID and password or the pharmacy management system it shows wrong.

  • @achilisdragoon2822
    @achilisdragoon2822 Год назад

    Has anyone had the same problem where the localhost is showing 404 error? Please help.

    • @pratiksinhacse9988
      @pratiksinhacse9988 Год назад +1

      copy the whole project folder in htdocs folder in xampp folder which is in c drive than the local host mysql database will work

    • @achilisdragoon2822
      @achilisdragoon2822 Год назад

      @@pratiksinhacse9988 bruh thank god I googled the issue and found it out before my project submission. But thanks anyway man, cheers 🤗

  • @rutujawani10
    @rutujawani10 2 года назад +5

    After entering username and password... shows invalid want we do

    • @abdullahalfaruk1490
      @abdullahalfaruk1490 Год назад +1

      i am also face same problem

    • @VaibhavMali.7620
      @VaibhavMali.7620 Год назад +1

      For those who have issue while login
      The username/password (admin/admin123) is correct - the SQL export is missing IS_LOGGED_IN column from the admin_credentials table.
      To get around this, add IS_LOGGED_IN column to admin_credentials table
      In order to add IS_LOGGED_IN column follow bellow steps:
      >Run this query in SQL tab:
      SELECT * FROM `admin_credentials` WHERE 1;
      ALTER TABLE admin_credentials
      ADD COLUMN IS_LOGGED_IN BOOLEAN DEFAULT FALSE;
      >After running first query run this one:
      UPDATE admin_credentials
      SET IS_LOGGED_IN = TRUE
      WHERE username = 'admin' AND password = 'admin123';

    • @prathamsingh9179
      @prathamsingh9179 2 месяца назад

      @@VaibhavMali.7620 bro please help me regarding adding medicine in stock error when i add new medicine

    • @ahmedea1487
      @ahmedea1487 9 дней назад

      @@VaibhavMali.7620 😍😍🥰🥰

  • @se-rohitsah6876
    @se-rohitsah6876 3 месяца назад

    can i get documentation of this project

  • @atiqulislamtanvir6359
    @atiqulislamtanvir6359 11 месяцев назад

    Need to full video and code analysis

  • @liftchannel1835
    @liftchannel1835 2 года назад +1

    Bill printing problem

  • @topreyalite
    @topreyalite 2 года назад +1

    Good djob

  • @user-hv9vu6bg5f
    @user-hv9vu6bg5f 2 года назад

    We want a football field system together Source php

  • @hellosir9179
    @hellosir9179 2 года назад

    Bhai make video on zoo management system project please 😭😭😭

  • @ghayushman514
    @ghayushman514 Год назад

    how to add medicine in mange stocks?

    • @prasanthprasanth7858
      @prasanthprasanth7858 Год назад

      bro do you got the password and login name ? mine is showing invalid

  • @shwethasudhakar5278
    @shwethasudhakar5278 2 года назад +1

    Is this only admin panel
    Can u plz add the user panel

  • @Sewyyy07
    @Sewyyy07 2 года назад +3

    Do you have documentation for this?

    • @UCAANANTH
      @UCAANANTH Год назад

      Bro documentation for this ?

    • @gulzarsaeed-jn4bp
      @gulzarsaeed-jn4bp 7 месяцев назад

      yes@@UCAANANTH

    • @rohitjadhav8976
      @rohitjadhav8976 5 месяцев назад

      can you send?
      @@gulzarsaeed-jn4bp

    • @rohitjadhav8976
      @rohitjadhav8976 4 месяца назад

      @@gulzarsaeed-jn4bpcan you send its drive link ? thanks

    • @RAJ-dg5ed
      @RAJ-dg5ed 4 месяца назад

      ​@@gulzarsaeed-jn4bp bro then give me documentation

  • @insight_hub.
    @insight_hub. 5 месяцев назад +1

    Can you please provide schema diagram and ER diagram for this please please please please please please please please please please 🙏🥺🥺

  • @GadgetReviewHub
    @GadgetReviewHub 8 месяцев назад

    password and user id shows invalid

  • @javeriashabir2967
    @javeriashabir2967 Год назад

    Can anyone tell me how to add new stock?

  • @hamsafarhan2087
    @hamsafarhan2087 2 года назад +3

    Brother add stock medicine when out of stock finished data but it not enter new data how it will solve

  • @lakshmikumari9998
    @lakshmikumari9998 Год назад +1

    What's the userid & password...the admin & admin123 isn't working now

    • @VaibhavMali.7620
      @VaibhavMali.7620 Год назад +1

      For those who have issue while login
      The username/password (admin/admin123) is correct - the SQL export is missing IS_LOGGED_IN column from the admin_credentials table.
      To get around this, add IS_LOGGED_IN column to admin_credentials table
      In order to add IS_LOGGED_IN column follow bellow steps:
      >Run this query in SQL tab:
      SELECT * FROM `admin_credentials` WHERE 1;
      ALTER TABLE admin_credentials
      ADD COLUMN IS_LOGGED_IN BOOLEAN DEFAULT FALSE;
      >After running first query run this one:
      UPDATE admin_credentials
      SET IS_LOGGED_IN = TRUE
      WHERE username = 'admin' AND password = 'admin123';

    • @thebeats180
      @thebeats180 4 месяца назад

      ​@@VaibhavMali.7620 sir I can't able to do that. Can u tell me

    • @sejallb5898
      @sejallb5898 3 месяца назад

      ​@@thebeats180did you figure it out?

    • @thebeats180
      @thebeats180 3 месяца назад

      @@sejallb5898 yes, iam completed that project...

  • @ispcorporate3353
    @ispcorporate3353 2 года назад +2

    is this free 100%??

  • @vinitawate8210
    @vinitawate8210 4 месяца назад

    No User Dashboard

  • @ynlekha9304
    @ynlekha9304 Год назад +1

    Username and password?

  • @benjaminskycodes5975
    @benjaminskycodes5975 2 года назад

    adding a purchase and the date brings problems

  • @Raj-yt3hx
    @Raj-yt3hx 2 года назад +2

    password what bro

  • @EntertainmentWithsammy
    @EntertainmentWithsammy 2 года назад

    great video, cs mini projects

  • @himanshushaw1259
    @himanshushaw1259 2 года назад +2

    user id and password not working. share right one

    • @winstonmascarenhas2728
      @winstonmascarenhas2728 2 года назад

      The username/password (admin/admin123) is correct - the SQL export is missing IS_LOGGED_IN column from the admin_credentials table.
      To get around this, add IS_LOGGED_IN column to admin_credentials table

    • @rutujawani10
      @rutujawani10 2 года назад

      @@winstonmascarenhas2728 where to use this

    • @mahfuz_tourism
      @mahfuz_tourism Год назад

      @@winstonmascarenhas2728 Thanks. It's work

    • @saisavithavasa4093
      @saisavithavasa4093 Год назад +1

      how did you add it..? I've also added but it still showing invalid

  • @__aari__work__design__
    @__aari__work__design__ 4 месяца назад

    Login password is wrong plz tell Correct password ?

  • @mdanishour8914
    @mdanishour8914 Месяц назад

    username and password not active

  • @kamali20ca21classchristcollege

    Can u say ur copyright details

  • @oseiabelasamoah7151
    @oseiabelasamoah7151 2 года назад +2

    please someone should teach me how to add IS_LOGGED_IN column from the admin_credentials table.

    • @rutujawani10
      @rutujawani10 2 года назад

      Yes....plzz teach me

    • @rutujawani10
      @rutujawani10 2 года назад

      Your problem solved or not

    • @VaibhavMali.7620
      @VaibhavMali.7620 Год назад

      For those who have issue while login
      The username/password (admin/admin123) is correct - the SQL export is missing IS_LOGGED_IN column from the admin_credentials table.
      To get around this, add IS_LOGGED_IN column to admin_credentials table
      In order to add IS_LOGGED_IN column follow bellow steps:
      >Run this query in SQL tab:
      SELECT * FROM `admin_credentials` WHERE 1;
      ALTER TABLE admin_credentials
      ADD COLUMN IS_LOGGED_IN BOOLEAN DEFAULT FALSE;
      >After running first query run this one:
      UPDATE admin_credentials
      SET IS_LOGGED_IN = TRUE
      WHERE username = 'admin' AND password = 'admin123';

  • @iqrasabri
    @iqrasabri Год назад +1

    Please share the login I'd password

  • @seenucreation9764
    @seenucreation9764 2 года назад

    Mam please change the css file please reply me mam

  • @user-xu5fn7bi6n
    @user-xu5fn7bi6n Год назад +1

    Username and password cant be logged in

    • @Hmm0184
      @Hmm0184 3 месяца назад

      immidately check in data base..

  • @iqrasabri
    @iqrasabri Год назад

    Please sir or didi please tell me the password and id

  • @iqrasabri
    @iqrasabri Год назад

    Today is my project please share

  • @kaycue8659
    @kaycue8659 Год назад +1

    admin username and password invalid

  • @vanapallisriharha2258
    @vanapallisriharha2258 2 года назад +2

    getting incorrect password

    • @RasticFuse
      @RasticFuse 2 месяца назад

      bhai solve hua kya error

  • @manikd8525
    @manikd8525 2 года назад

    Is database contains sales table???

  • @rutujawani10
    @rutujawani10 2 года назад +1

    Sir plzz....tell how to login this...

    • @saisavithavasa4093
      @saisavithavasa4093 Год назад

      is the login issue solved for you..? adding the column isn't helping me can you please help me out

    • @rutujawani10
      @rutujawani10 Год назад

      @@saisavithavasa4093 yes I solved this problem

    • @rutujawani10
      @rutujawani10 Год назад +1

      Just add IS_LOGGED_IN column to table admin_credential

    • @saisavithavasa4093
      @saisavithavasa4093 Год назад

      @@rutujawani10 ive added it but still its showing invalid only

    • @saisavithavasa4093
      @saisavithavasa4093 Год назад +1

      can you please share the screenshot of that added table

  • @sushilkanchagar3542
    @sushilkanchagar3542 7 часов назад

    YOU IMPLEMENTED THIS I WHICH PLATFORM

  • @Rcodehub
    @Rcodehub 2 года назад +1

    Username password invalid

    • @moussaba9331
      @moussaba9331 Год назад

      install older version of xamp that fix my problem

  • @user-nb8wp5cc2r
    @user-nb8wp5cc2r 2 года назад

    Password: admin123

  • @insight_hub.
    @insight_hub. 3 месяца назад

    Don't trust this project 😢 everything was good until the exam day. At last moment my project didn't run . Username and password showed wrong and I lost marks 😔

  • @rupamojha7027
    @rupamojha7027 Год назад +2

    Please tell username and password

    • @VaibhavMali.7620
      @VaibhavMali.7620 Год назад

      For those who have issue while login
      The username/password (admin/admin123) is correct - the SQL export is missing IS_LOGGED_IN column from the admin_credentials table.
      To get around this, add IS_LOGGED_IN column to admin_credentials table
      In order to add IS_LOGGED_IN column follow bellow steps:
      >Run this query in SQL tab:
      SELECT * FROM `admin_credentials` WHERE 1;
      ALTER TABLE admin_credentials
      ADD COLUMN IS_LOGGED_IN BOOLEAN DEFAULT FALSE;
      >After running first query run this one:
      UPDATE admin_credentials
      SET IS_LOGGED_IN = TRUE
      WHERE username = 'admin' AND password = 'admin123';

  • @bhavanareddyys9761
    @bhavanareddyys9761 2 года назад +2

    can please share username and password for login??

    • @Ro.RonoaZoro
      @Ro.RonoaZoro 2 года назад +1

      User name password
      Phpmyadmin. Me ja kr dekh loo

  • @karthiknaidu8724
    @karthiknaidu8724 2 года назад

    please share login creditintials

    • @moussaba9331
      @moussaba9331 Год назад

      install older version of xamp that fix my problem

    • @rupamojha7027
      @rupamojha7027 Год назад

      ​@@moussaba9331 which version

  • @VaibhavMali.7620
    @VaibhavMali.7620 Год назад +8

    For those who have issue while login
    The username/password (admin/admin123) is correct - the SQL export is missing IS_LOGGED_IN column from the admin_credentials table.
    To get around this, add IS_LOGGED_IN column to admin_credentials table
    In order to add IS_LOGGED_IN column follow bellow steps:
    >Run this query in SQL tab:
    SELECT * FROM `admin_credentials` WHERE 1;
    ALTER TABLE admin_credentials
    ADD COLUMN IS_LOGGED_IN BOOLEAN DEFAULT FALSE;
    >After running first query run this one:
    UPDATE admin_credentials
    SET IS_LOGGED_IN = TRUE
    WHERE username = 'admin' AND password = 'admin123';

    • @codehustles7333
      @codehustles7333 Год назад

      Have you solve the invoice issue bro

    • @gaurlak77
      @gaurlak77 Год назад

      can you please explain this to me
      how??

    • @abhishekrajbhoj9820
      @abhishekrajbhoj9820 Год назад

      can you plz make a video

    • @AKTGUIDE
      @AKTGUIDE Год назад

      Can u solve the problem of add medicine in stock

    • @AKTGUIDE
      @AKTGUIDE Год назад

      Please solve the problem of adding medicine in stock

  • @i2_25rahulkoli3
    @i2_25rahulkoli3 Год назад

    sir username and password share mee sir plz

  • @athiraur739
    @athiraur739 Год назад +1

    Plz give the password

  • @den0507
    @den0507 7 месяцев назад

    wrong password

  • @shreyaroy6663
    @shreyaroy6663 Год назад

    Please help me

  • @manikeshshandilya
    @manikeshshandilya 2 года назад +10

    Admin the password given on website is wrong 😑 send password ASAP

    • @justmoviesfun8108
      @justmoviesfun8108 Год назад +1

      same issue

    • @erangoud5122
      @erangoud5122 Год назад

      Yaa

    • @VaibhavMali.7620
      @VaibhavMali.7620 Год назад +3

      For those who have issue while login
      The username/password (admin/admin123) is correct - the SQL export is missing IS_LOGGED_IN column from the admin_credentials table.
      To get around this, add IS_LOGGED_IN column to admin_credentials table
      In order to add IS_LOGGED_IN column follow bellow steps:
      >Run this query in SQL tab:
      SELECT * FROM `admin_credentials` WHERE 1;
      ALTER TABLE admin_credentials
      ADD COLUMN IS_LOGGED_IN BOOLEAN DEFAULT FALSE;
      >After running first query run this one:
      UPDATE admin_credentials
      SET IS_LOGGED_IN = TRUE
      WHERE username = 'admin' AND password = 'admin123';

    • @kirtanpatel6524
      @kirtanpatel6524 6 месяцев назад

      ​@@VaibhavMali.7620When we write alter query. The column Is_logged_in should be null or not null?

    • @RAJ-dg5ed
      @RAJ-dg5ed 5 месяцев назад

      ​@@VaibhavMali.7620 bro pls help me ...Ye project run krke dede yr

  • @harshitagarwal282
    @harshitagarwal282 2 года назад

    pls share the password

  • @vaishnavipatil5816
    @vaishnavipatil5816 Год назад

    Please share the ER and schema diagram of this project

  • @Mygsmlab
    @Mygsmlab 2 года назад +2

    Password is wrong

    • @user-nb8wp5cc2r
      @user-nb8wp5cc2r 2 года назад

      Password : admin123

    • @winstonmascarenhas2728
      @winstonmascarenhas2728 2 года назад

      The username/password (admin/admin123) is correct - the SQL export is missing IS_LOGGED_IN column from the admin_credentials table.
      To get around this, add IS_LOGGED_IN column to admin_credentials table

    • @Mygsmlab
      @Mygsmlab 2 года назад

      @@winstonmascarenhas2728 thank u

    • @Mygsmlab
      @Mygsmlab 2 года назад

      @@winstonmascarenhas2728 bro I am new kindly give me the Sql file pls

    • @rutujawani10
      @rutujawani10 2 года назад

      @@winstonmascarenhas2728 sir plzz....tell me how to insert it

  • @user-no4wj7mm7n
    @user-no4wj7mm7n 4 месяца назад

    tell me password please

  • @Antenehtefera825
    @Antenehtefera825 Год назад

    user name or password invalid

  • @manikd8525
    @manikd8525 2 года назад

    When i try to get invoice report, it shows warnings and errors while print

  • @mohammedmuzzammil8917
    @mohammedmuzzammil8917 Год назад

    Bro Username password is invalid

    • @VaibhavMali.7620
      @VaibhavMali.7620 Год назад

      For those who have issue while login
      The username/password (admin/admin123) is correct - the SQL export is missing IS_LOGGED_IN column from the admin_credentials table.
      To get around this, add IS_LOGGED_IN column to admin_credentials table
      In order to add IS_LOGGED_IN column follow bellow steps:
      >Run this query in SQL tab:
      SELECT * FROM `admin_credentials` WHERE 1;
      ALTER TABLE admin_credentials
      ADD COLUMN IS_LOGGED_IN BOOLEAN DEFAULT FALSE;
      >After running first query run this one:
      UPDATE admin_credentials
      SET IS_LOGGED_IN = TRUE
      WHERE username = 'admin' AND password = 'admin123';

  • @akashdeepsaikia2345
    @akashdeepsaikia2345 2 года назад +1

    User id and password is not working... Plzz share it soon

    • @winstonmascarenhas2728
      @winstonmascarenhas2728 2 года назад +1

      The username/password (admin/admin123) is correct - the SQL export is missing IS_LOGGED_IN column from the admin_credentials table.
      To get around this, add IS_LOGGED_IN column to admin_credentials table

    • @Evil.drake_
      @Evil.drake_ Год назад

      @@winstonmascarenhas2728 can you please give the solution?

    • @andrewsasante5154
      @andrewsasante5154 Год назад

      @@winstonmascarenhas2728 Thanks man. it worked

  • @mhis-dh5lu
    @mhis-dh5lu 2 года назад +1

    Can you please share the password of admin as soon as possible??

    • @winstonmascarenhas2728
      @winstonmascarenhas2728 2 года назад +4

      The username/password (admin/admin123) is correct - the SQL export is missing IS_LOGGED_IN column from the admin_credentials table.
      To get around this, add IS_LOGGED_IN column to admin_credentials table

    • @amitshah847
      @amitshah847 2 года назад

      @@winstonmascarenhas2728 still not working

    • @rutujawani10
      @rutujawani10 2 года назад +1

      @@winstonmascarenhas2728 where I use this

    • @mohtasimshariar1974
      @mohtasimshariar1974 Год назад

      @@winstonmascarenhas2728 thanks brother it's working but I need this concept so can u please share something that I clear how is it work???

    • @narayanadesai6835
      @narayanadesai6835 Год назад

      @@mohtasimshariar1974 kindly share how to add in admin credential table

  • @BCA_SEM__Radha
    @BCA_SEM__Radha Год назад +2

    please share password and username which was given it was wrong please share correct one..@techno geek

    • @VaibhavMali.7620
      @VaibhavMali.7620 Год назад +1

      For those who have issue while login
      The username/password (admin/admin123) is correct - the SQL export is missing IS_LOGGED_IN column from the admin_credentials table.
      To get around this, add IS_LOGGED_IN column to admin_credentials table
      In order to add IS_LOGGED_IN column follow bellow steps:
      >Run this query in SQL tab:
      SELECT * FROM `admin_credentials` WHERE 1;
      ALTER TABLE admin_credentials
      ADD COLUMN IS_LOGGED_IN BOOLEAN DEFAULT FALSE;
      >After running first query run this one:
      UPDATE admin_credentials
      SET IS_LOGGED_IN = TRUE
      WHERE username = 'admin' AND password = 'admin123';

  • @justmoviesfun8108
    @justmoviesfun8108 Год назад +3

    Username and password error using admin and admin123

  • @teekaramana8329
    @teekaramana8329 Год назад

    Please share the username and password.Given username and password is not working