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
Web Based database
Moderator: General Moderators
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: Web Based database
1. Read more PHP -- what your asking is extremely basic.
2. Use PHPMyAmdin to manage the details on your end
2. Use PHPMyAmdin to manage the details on your end
Re: Web Based database
Read this very, very simple tutorial
Re: Web Based database
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!
thanks!
Re: Web Based database
PCSpectra is right. You must read more about PHP. I suggest to buy some PHP book or read some tutorials from internet.