Web page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am building a web page for my church and have to add a database where
members can find information. The problem that I have is that I need to add
passwords for each and every member so they can get teir own information
without being able to see someone else's info. What do I have to do?

Please help
Tahnks
 
That would depend on (1) what database you are using, (2) what you have used
to create the website, and (3) how you are using (2) to access (1).

A website running on Apache, under Linux, using PHP to access a MySQL
database will be different than a website using IIS, under Windows, using
..asp or ASP.NET, to access a Jet or MSDE or Microsoft SQL Server database.

If you'll clarify, perhaps someone can direct you to an appropriate
newsgroup. This one is only possibly a good source of answers for website
database issues.

Larry Linson
Microsoft Access MVP
 
I guess you got me there, you see all that you wrote makes no sense to me
because I am not a professional web pager builder. But I am using access and
am building it with ms access. I would like to have them enter their member
id. and password and be re-directed to their own information
 
(I am a web design instructor)

First question

Are you using a webpage design tool such as dreamweaver or front page or do
you plan to hand code.

Laura
 
*Translation*

If you want to get the information from your database you'll need some
way of interacting with it. ASP and ASP.NET are programming languages
designed to help you display and interact with data on webpages (which
is what you want). I am pretty sure you'd be able to find some code
online that you could make use of.

If you are using something like Microsoft Frontpage - see if there is
someone who could help you with your question in:
microsoft.public.frontpage

If you're not using frontpage then post a message back with what
program you are using and I am sure, someone will be able to point you
in the right direction.

Dave
P.S. This site has lots of useful resources http://www.w3schools.com/
 
Hombreck said:
I am building a web page for my church and have to add a database where
members can find information. The problem that I have is that I need to add
passwords for each and every member so they can get teir own information
without being able to see someone else's info. What do I have to do?

Please help
Tahnks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

IPad remote 10
Counting multiple memberships 1
Access database 1
XP desktop Time/Date 19
Apply a new filter to open form 3
Access on Web Page 1
Text Box 3
Steps to make DB information accessible on a web page 1

Back
Top