This is a discussion on "[SOLVED] Creating users/members?" within the PHP Forum section. This forum, and the thread "[SOLVED] Creating users/members? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Creating users/members?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Hi i have created a registration page using spry in cs3, how would i save all input in boxes to a database, and create a new user/password to access my site?
I really haven't approached this part of web page creation, so please if its not too much trouble could anybody provide me with step by step info. much appreciated. Brendan |
|
|
|
#2
|
|||
|
|||
|
Re: Creating users/members?
You'll need touse a server-side language for that. Either PHP or .NET or Perl.
The preferred choice is usually PHP 'cause it's easier to learn. check with your host if they support PHP and MySQL (that's the database you should be using with it) If so and you want to use PHP over .NET and Perl, then I'll move this to the appropriate forum. |
|
#3
|
|||
|
|||
|
yes it has PHP 5 and MySQL 5, still would be good to know what to do, after you have put it in the correct forum.
|
|
#4
|
|||
|
|||
|
Re: Creating users/members?
Well ... there's alot of info and tutorials already available on the internet. Just do a search for something like "php admin section"
This site might be of some help - PHP on Joe2torials - he's got stuff for beginners and an admin section script too |
|
#5
|
|||
|
|||
|
Re: Creating users/members?
Have a look here for a full user registration/login script etc
http://www.devarticles.com/c/a/PHP/C...ship-System/1/ You could look for a more secure login system as this is just a bsica login system |
|
#6
|
|||
|
|||
|
Re: Creating users/members?
wow, both these links are excellent, this is everything i need. thankyou both so much.
This has got to be the best forum for website help, yesterday i put a message on around 5-6 forums, asking for help with a flash header, no one replied on any site apart from this, he took the flash and returned it exactly how i wanted it. I rate you 11/10. Thanks guys,:gathering: Brendan:groupwave2: |
|
#7
|
|||
|
|||
|
Re: Creating users/members?
Just happy you signed up and we could help
|
|
#8
|
|||
|
|||
|
Re: Creating users/members?
nice links...
|
![]() |
| Tags |
| members |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Advice on creating a members only page | Oak | PHP Forum | 3 | Feb 13th, 2008 22:13 |
| [SOLVED] Help Creating New .SQL Table (Beginner) | Aaron1988 | Databases | 16 | Nov 4th, 2007 17:17 |
| Creating a members area | FreeGateway | Starting Out | 4 | Oct 30th, 2007 06:50 |
| users online, users loggedin | benbacardi | PHP Forum | 3 | Jul 5th, 2005 22:14 |