|
||||||||||
|
|||||||
| GoogleCommunity Sponsor |
Use coupon "forum" for 50% Off! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Noogle
![]() |
Need help with php/mysql for accounts
Hi, i am currently new to php and mysql, i was wondering what is the correct way to form an account and password system. I would want them to be able to make accounts, and then log in to the accounts after they make it. Also what are the best security stuff i can use for this system. Thanks
|
|
|
|
|
Sponsored Links
|
|
|
|
#2 (permalink) |
|
Noogle
![]() Join Date: Jul 2005
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
here's some help!
i'm assuming you'd like to have your users be able to do this from a web-based sort of interface?
anyway, what i would do is go to the mysql machine and make a new user with grant option on whatever database something like Code:
GRANT SELECT,INSERT ON database.usertable to 'usermaker' identified by 'password'; this table would include columns for username, encrypted password, other info the form where users enter their information would collect user info, validate whatever it can client side, then pass it to a PHP app that would validate server side data (duplicate users, etc) and then add the new user to the database. i'm not familiar with PHP, so no dice there, sorry |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I need a PHP with mysql site | jetbrains | Web Hosting Forum | 9 | 09-27-2006 07:51 AM |
| Looking for PHP and MySQL Coders? | bradlee | Web Design, Coding & Programming Forum | 0 | 09-03-2006 12:18 AM |
| Anyone know phpBB and MySQL? | intelliot | Books and Google Book Search | 3 | 02-23-2006 07:21 AM |
| MySQL hosting | Orpheus | Web Hosting Forum | 3 | 11-15-2005 05:00 AM |
| MySQL Problem | RatPat | GC Announcements | 7 | 05-29-2005 10:30 PM |