Need help with something.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hydnaesummers
Forum Newbie
Posts: 1
Joined: Sat Jul 16, 2011 4:40 am

Need help with something.

Post 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
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Need help with something.

Post 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.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply