kmack1023 Posted May 4, 2006 Share Posted May 4, 2006 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 https://forums.phpfreaks.com/topic/9081-user-logins-tied-to-database-permissions/ Share on other sites More sharing options...
.josh Posted May 4, 2006 Share Posted May 4, 2006 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 https://forums.phpfreaks.com/topic/9081-user-logins-tied-to-database-permissions/#findComment-33413 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.