Can u link some basic pages... And show how website work..it's very helpful to us... And can provide report of this project
@gezahegnhaile34913 жыл бұрын
hello mam! i am following your tutorials and i writed correclty as you do, but the approving book page, part 31 is not working for me. can you help please?
@cristopherangeles3 жыл бұрын
hello maam, can you make a qr code generator and reader with the Library Management System pls.
@johnlloydmalqued21533 жыл бұрын
Hello Mam thank you for this videos it helps us to our school project. Mam can I acquire the full source code of Library Management? Thank you
@gayathrimr1243 жыл бұрын
Mam..is this front end code available in angular?
@jeremyngomo4 жыл бұрын
Is it possible that you do a video on subscription if anyone is to buy a book from the system..then update the source code on your blog please..
@maheswarprasad51233 жыл бұрын
Maam is it possible to host this website to internet...?
@robins_roy Жыл бұрын
Can you share the documentation of this project
@ytstyles42813 жыл бұрын
can i have the source code please of whole site i really need it please reply
@aldrengieeno45303 жыл бұрын
hiii is this the last part of the tutorial? thanks for replying
@ece_projects3 жыл бұрын
Yes. But you can actually add some new features if you want. Like the fine payment system etc.
@aldrengieeno45303 жыл бұрын
@@ece_projects thanks alot :) this will help me and my friends alot.
@sumitrathod73403 жыл бұрын
@@aldrengieeno4530 Hey if u have made this project till the end .. can i get source code please
@sumitrathod73403 жыл бұрын
Maam Can i get the full source code till the last video
@김세벽-s8x4 жыл бұрын
I follow your project until the part-37. It was good but I have a problem. If I reuturn the book then status is not-available how to update the status is available please help me
@ece_projects4 жыл бұрын
I have added a query for updating the status of the book when the admin press the returned button.
@김세벽-s8x4 жыл бұрын
@@ece_projects Thnaks I solved prolem but I have another problem. After returned book I request the same bid of book but I can't request this book. please help me
@komalyadav85812 жыл бұрын
Thank you mam!! for making this playlist but mam I am getting an error after doing all things by putting source code and database content on localhost. It is asking for permission :-Forbidden You don't have permission to access this resource. I am getting this error pls mam reply why I am getting this error.Pls reply mam 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
Mam can you tell me why we write seeion_start function in index page?
@ece_projects3 жыл бұрын
We start the session so that we can access the session variables from other pages. Like if a student login we need to remember their username until they logout. Session does that work. Now by writing session start at the beginning of a page we can find out who is ordering for the book or sending the message.