Hello Guys,
I really need your ideas on this one... Ok, I'm only familiar with php and simple html coding. I'm designing simple book loan database. Consist of two sql tables (a very simple one)
table 1
book_in
table 2
book_out
Ok.. Let say, every book is determined by a code. So anyone who borrow the book, they will key in the code and key in into another table when returning the book. I know that I can make a simple php/html table to show the status...
But I would prefer more friendly interface on the key in and key out form so no confusion (to avoid them key in twice). More or less, pop out status of the book..
In a simple page, will tell you the status of the book.. if the book is showing on the page, that means the book still unavailable (Still on loan)..
Any idea.. I can think of ajax or js... But I'm totally blank with those languages.. Any helps?