Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-27-2006, 08:00 PM   PM User | #1
jdbeitz
New to the CF scene

 
Join Date: Nov 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
jdbeitz is an unknown quantity at this point
Exclamation Login?

Is there anyway to make it so I can have members on my webpage. I would like to have it to where they have to go through all the steps od regestering and after they login, it will show their name in the top right or some where.
Thanks!
http://www.techscantstopus.com
jdbeitz is offline   Reply With Quote
Old 11-27-2006, 08:26 PM   PM User | #2
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,045
Thanks: 8
Thanked 1,029 Times in 1,020 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
This involves using PHP and most likely MySQL.

You can find free "PHP membership scripts" by searching Google.
Then, customize it how you want.

The user enters a form that submits data to the PHP script and data is
stored in a database. They can create their own password, go back and
edit their profile, and you have an admin section to administer everything,
control access levels, and see who is registered.

Once the user registers, or logs-in, each page has it's own PHP scripting
that utilizes that person's information. It's all based on cookies and sessions.

The key is the PHP membership script which is already written ... so you
don't have to re-write your own script ... which is very time consuming.

You'll need to use PHP, know something about PHP and have a webhost
that allows PHP/MySQL. That's basically what you're looking for.
mlseim is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:15 AM.


Advertisement
Log in to turn off these ads.