Jump to content

User logins tied to database permissions


kmack1023

Recommended Posts

OK, before I begin let me preface this post by saying that this is my first *ever* post to a PHP forum and I have *zero* experience with websites. I'm a complete newb.

With that said, I'd like to make a website that myself and a few friends could log into and edit a record in a database. That's it. I've already learned a good portion about MySQL and I've got the database and all the fields ready to be played with. My question is, what methods should I start looking into to make this site a reality?

Kevin
Link to comment
Share on other sites

well first off you will need a login script. i just wrote a basic one as example for someone else. you can check the thread out here:

[a href=\"http://www.phpfreaks.com/forums/index.php?showtopic=92613&hl=login\" target=\"_blank\"]http://www.phpfreaks.com/forums/index.php?...=92613&hl=login[/a]

next you will need an update script which is pretty much connecting to the database (see code snippets in thread above) and doing an update query.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.