|
log in page
|
Post Bank
Posting Manager
     
Posts: 995
Group: Forum Team
Joined: Sep 2006
Status: Online
|
Make money from now. You can make money just for posting on this forum. Every discussions on this community gives you more money. $2 minimum payout. So get your payment today, SignIn with this forum.
Signin to Remove this Post
|
|
|
|
Artmark
Graphic Contributor
   
Posts: 159
Group: Graphic Contributor
Joined: Oct 2006
Status:
Offline
Reputation: 6
Points: 254 (Donate)
|
log in page
Hi guys I want to have a members login added to some of my sites and allso have a members details page to show a list of all the members and there basic details.
Could Someone please assist me with the code.
Mark.....
We look for the best design for your website.
Art Mark Designs
View my New Life with Cancer site Living life with Cancer
View my Artists Designers Forums Artist Designers Forums
Please visit all my sites All my Sites
|
|
| 19-03-2008 07:41 AM |
|
|
ivenms
Administrator
      
Posts: 2,169
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4369 (Donate)
|
|
| 25-03-2008 08:20 PM |
|
|
shadav
The Forgotten One
     
Posts: 382
Group: Super Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 2
Points: 1041 (Donate)
|
|
| 26-03-2008 06:42 AM |
|
|
Artmark
Graphic Contributor
   
Posts: 159
Group: Graphic Contributor
Joined: Oct 2006
Status:
Offline
Reputation: 6
Points: 254 (Donate)
|
RE: log in page
Thanks guys this was interesting but still a bit confusing all to me.
Mark.....
We look for the best design for your website.
Art Mark Designs
View my New Life with Cancer site Living life with Cancer
View my Artists Designers Forums Artist Designers Forums
Please visit all my sites All my Sites
|
|
| 26-03-2008 07:14 AM |
|
|
Cedik
Moderator
    
Posts: 424
Group: Moderators
Joined: Aug 2007
Status:
Away
Reputation: 2
Points: 575 (Donate)
|
RE: log in page
The login form is not that difficult. But you would have to store the login entries into a database. I just did a login form at school, during the Web technologies class, but we didn't get to use a mySql database so far.
My suggestion is to use a form that will have the method.... "POST" or "GET" and the insert an php code at the landing page of the form. In that php code, make it insert the variables you got from the login into the database if the user is new or make it compare them to the ones in the database, if the user is already registered.
The members list is quite easy. You just need a query that will select all the records from the table 'Users' or the field 'Users'.... This depends pretty much on what do you want to display in the members list.
MyBB.ro|Extra.animezup.com|Picture with me ^^|Animezup.com|Forum.animezup.com|Manga-anime.ro|My blog^^
|
|
| 26-03-2008 06:10 PM |
|
|
Artmark
Graphic Contributor
   
Posts: 159
Group: Graphic Contributor
Joined: Oct 2006
Status:
Offline
Reputation: 6
Points: 254 (Donate)
|
RE: log in page
that does not help me any to get a form on my site.
I want to add a members log in form from start,
so they can add there names ,what country there from ,what state .
there hobys ,interests, ocupation. what type of illnes they have.
age if wanted.
a space for there own profile, there sygnature ,website URL, email address.
The login form is not that difficult. But you would have to store the login entries into a database. I just did a login form at school, during the Web technologies class, but we didn't get to use a mySql database so far.
My suggestion is to use a form that will have the method.... "POST" or "GET" and the insert an php code at the landing page of the form. In that php code, make it insert the variables you got from the login into the database if the user is new or make it compare them to the ones in the database, if the user is already registered.
The members list is quite easy. You just need a query that will select all the records from the table 'Users' or the field 'Users'.... This depends pretty much on what do you want to display in the members list.
We look for the best design for your website.
Art Mark Designs
View my New Life with Cancer site Living life with Cancer
View my Artists Designers Forums Artist Designers Forums
Please visit all my sites All my Sites
|
|
| 26-03-2008 06:34 PM |
|
|
ivenms
Administrator
      
Posts: 2,169
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4369 (Donate)
|
|
| 27-03-2008 01:00 AM |
|
|