Forum: Database Design Feb 6th, 2009 |
| Replies: 4 Views: 841 You can connect from JavaScript to database, and validate user credentials, if has permission you can from JavaScript redirect him to the Flash page! |
Forum: Database Design Dec 30th, 2008 |
| Replies: 4 Views: 1,292 [User] table still the same
[Rating] table has (Voter_Member int #, Voted_Member int #, Rating int)
- Composed primary keys (to maintain user can't de\vote user two times)
- Rating int (if you... |