mutuku - 2010-09-03 05:25:12
I want to develop a membership system using php-mysql. The features should be
- membership card management
- When a member enters the club, the reception swipes their card on a reader and the system pops up their details, then they are allowed in
- Any transaction at the club, the members use their card and the transaction amount is deducted from a prepaid amount.
Would you advice me to use php-mysql for this? Any classes available?