Forum Moderators: open

Message Too Old, No Replies

how do i specify which page is for members?

how do i....

         

jocie7

12:19 am on Mar 11, 2003 (gmt 0)

10+ Year Member



Hi all!
I'm new at all these, so, forgive my silly questions! I'm currently building an online booking website.. i'm using Dreamweaver Mx, ASP, VBScript and MySql.. running on IIS.

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

wardbekker

10:16 am on Mar 11, 2003 (gmt 0)

10+ Year Member



Welcome to Webmasterworld jocie7!

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

jocie7

12:36 pm on Mar 11, 2003 (gmt 0)

10+ Year Member



Thanks alot wardbekker!
:)

jocie