Web Based database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
iSleek
Forum Newbie
Posts: 3
Joined: Tue Jul 22, 2008 9:23 am

Web Based database

Post 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
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Web Based database

Post by alex.barylski »

1. Read more PHP -- what your asking is extremely basic.
2. Use PHPMyAmdin to manage the details on your end
User avatar
genconv
Forum Commoner
Posts: 34
Joined: Sun Jul 05, 2009 9:27 am

Re: Web Based database

Post by genconv »

Read this very, very simple tutorial
iSleek
Forum Newbie
Posts: 3
Joined: Tue Jul 22, 2008 9:23 am

Re: Web Based database

Post 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!
User avatar
genconv
Forum Commoner
Posts: 34
Joined: Sun Jul 05, 2009 9:27 am

Re: Web Based database

Post by genconv »

PCSpectra is right. You must read more about PHP. I suggest to buy some PHP book or read some tutorials from internet.
Post Reply