This is a discussion on "creating login section" within the Starting Out section. This forum, and the thread "creating login section are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
creating login section
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
creating login section
Hi all,
I'm all new to this wed design i just got a domain name and got it hosted now. I'm going to design the website myself, i basically want something like myspace like a social network website i just need to know how to create a registration form and how it would work them logging in so on....if anyone knows could they explain to me i would be really greatful Thanks |
|
|
|
||||
|
Re: creating login section
It would be a very large project. I suggest checking out http://hotscripts.com/ for something that might work for you. If you don't see anything that you want, I'd have to say hiring someone to build such a complicated system would be the best route, but it will be expensive.
|
|
||||
|
Re: creating login section
I think you're way out of depth if you don't know how to get started, but anyway...
You will need: 1. A database to store the user's information. Access, MySQL or MSSQL will be fine for a beginner, depending on what you're comfortable with. 2. A database designed to store this information: tables, triggers, procedures, whatever you want to do... 3. A server-side language (PHP, ASP, etc) you can use to program the scripts that will... 3. a) deal with user registrations 3. b) deal with security (user login/logout/restrictions) generally, read/write data from/to the database.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
![]() |
| Tags |
| social network site |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help creating a login and logout page | geyids | PHP Forum | 14 | Mar 26th, 2007 06:35 |