Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Beginner needs database help

Status
Not open for further replies.

hensods

Programmer
Oct 29, 2003
3
US
I am creating a site in which I want to have people register and store that information in a database. From there I want them to be able to login and each person have a seperate set of pages they can go to. Everybody has a page about themselves, but they can't view it, they can only add to it. Everybody else can view that person's page.

Also the page that is about the person should be reading from another table in a database that has that person's information inside it. Basically just a list of things about this person.

I know this is a long request, but it should be easy enough for some of you web guru's.

If you have any question's let me know.

Thanks in advance.
 
what server language are you planning on using?

if php or even asp you could use session variables to store who is logged in and redirect based on values from the dbase.

but really we need to know what language.

<Signature>
Sometimes the Answer You Are LOOKING for can be FOUND BY SEARCHING THE FAQ'S @&%$*#!!!
</Signature>
 
hit F1 when in dreamweaver...all of needs are covered in the help/tutorial files...

&quot;FOCUS&quot; your questions on particular issues...
eg.
-I need help creating tables in mySQL DB....or
-How do I insert data into a DB....or
-How do I find a record in DB...etc.


.otherwise what you are asking from people it too broad of a topic
How much expreience do u have, what languages do you know, what DataBase will you use, what type of server....and so forth?!

All the best!

> need more info?
:: don't click HERE ::
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top