Database

fplaxitup

New Member
Ok. I have a website and I want to have a username database. So people can log in and such. I know how to make input fields but not how to record the data people enter. I hear you need MS Access. Is there a way you could do that without it? Also... How can I make it so people can only view certain pages if they've logged in.
Bottom line: I need a lot of help and I'd appreciate any I can get. Thanks in advance.
 

conor

New Member
Ok there's a lot involved in what you are asking for. I would suggest using PHP to do so.

First, have you set up a databade and do you have all the connection details, hostname, user, pass, dbname? * don't post them here! Oh and what database are you using? MySQL?

If you have done that then let us know. There's no real way to tell you how because every CP is different. If you have problems setting up the database then contact your hosting provider.
 

jnjc

New Member
I think you will have problems if you use MS Access as your DB, the main one being that you will find it difficult to get a hosting company that supports it.

In short you will only make your life difficult if you try and use it. Stick with Conor's advice and look at using PHP and MySQL.

HTH,
JC
 
Last edited:
Top