Forum Moderators: open
1. I was wondering, is there a certain scripting that i need that after the user has logged-in.. all the pages he/she will access will be allowed..? or do i have to create different pages for members and non-members? such as, i'm also having a message board feature but it's only for members.. similar to this forum.. how do i go about doing it?
2. How do i connect my online registration form with the members table in MySql database?
3. In MySql.. since this is going to be a ticketing system, do i require a cart table? or just a booking table?
That's about it.. all suggestions are greatly appreciated. Sorry for my long post.. please help! i'm lost! thanks.. Have a great day!
Jocie
1: See [aspfaqs.com ] "How can I restrict access to a page or a portion of my Web site?"
2: use an ado connection to the database
3: you can use just one table, you can add a boolean column "isBooked" and make the value true when a item is checked-out