Page 1 of 1

Web Based database

Posted: Fri Jul 10, 2009 10:09 am
by iSleek
Hey all!

I'm designing a website from where people can go in and enter some details (ie: name, age, e-mail, etc). I would like those details to go into a database in my server when they hit "submit". I would then like to be able to read/edit that information.

How can I go about doing this?

My host is http://www.ServerSea.com (using the Plesk control panel). I have already created a database and a few users, the only problem here is a) I don't know how to link the webpage to the database, and b) how can I set one user to be admin and the rest read only?

Thanks a lot guys!


iSleek

Re: Web Based database

Posted: Fri Jul 10, 2009 10:30 am
by alex.barylski
1. Read more PHP -- what your asking is extremely basic.
2. Use PHPMyAmdin to manage the details on your end

Re: Web Based database

Posted: Fri Jul 10, 2009 11:16 am
by genconv
Read this very, very simple tutorial

Re: Web Based database

Posted: Fri Jul 10, 2009 11:41 am
by iSleek
hi and thanks for your reply! I was afraid it would be basics... could you point me on the right direction? I really don't know where to start :(

thanks!

Re: Web Based database

Posted: Fri Jul 10, 2009 11:55 am
by genconv
PCSpectra is right. You must read more about PHP. I suggest to buy some PHP book or read some tutorials from internet.