Page 1 of 1

Need help with something.

Posted: Sat Jul 16, 2011 4:57 am
by hydnaesummers
Me and my groupmates in our File Management Project would like to
propose this kind of Library System.
We want this to happen.
Is this possible?
that it is connected to the database the borrow button so that it would generate to another page and tell whether
to tell when the book is to be returned and the system would probably show up that the book is not available( for it is borrowed ). Thank you so much if someone would answer my concern
For borrowing SS:
http://i1219.photobucket.com/albums/dd4 ... a/abcd.jpg


If the student would return the book
http://i1219.photobucket.com/albums/dd4 ... 1633_o.jpg

Re: Need help with something.

Posted: Sat Jul 16, 2011 7:14 am
by social_experiment
hydnaesummers wrote:Is this possible?
that it is connected to the database the borrow button so that it would generate to another page and tell whether
to tell when the book is to be returned and the system would probably show up that the book is not available( for it is borrowed ).
Sounds possible. You would need to write a script that connects to the database, checks the availability and then based on that decision returns a result of borrowed or not borrowed. Thats a point to start from but by no means a complete solution.