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 03-22-2010, 08:48 PM   PM User | #1
stevey17
New Coder

 
Join Date: Mar 2010
Posts: 12
Thanks: 4
Thanked 0 Times in 0 Posts
stevey17 is an unknown quantity at this point
member profile page

hello,
how could i create a page for each registering member i wasn't quite sure how to approach this

thanks in advance
stevey17 is offline   Reply With Quote
Old 03-22-2010, 08:54 PM   PM User | #2
Rowsdower!
Senior Coder

 
Rowsdower!'s Avatar
 
Join Date: Oct 2008
Location: Some say it's everything.
Posts: 2,007
Thanks: 5
Thanked 395 Times in 388 Posts
Rowsdower! has a spectacular aura aboutRowsdower! has a spectacular aura aboutRowsdower! has a spectacular aura about
You would need PHP and a database. Most hosts will offer MySQL and one or two other options. Pretty much anything will do.

I'm assuming you already have a login/member registration system set up. From there you can create a template page (for the sake of argument let's say it's "profile.php") and then you can add a $_GET['user'] check so that a link like "http://www.yoursite.com/profile.php?user=john_doe" will take a visitor to john_doe's profile.

This is just one option, really. There are lots of ways to do this. Do you have a more specific question or are general answers good enough?
__________________
The object of opening the mind, as of opening the mouth, is to shut it again on something solid. –G.K. Chesterton
See Mediocrity in its Infancy
It's usually a good idea to start out with this at the VERY TOP of your CSS: * {border:0;margin:0;padding:0;}
Seek and you shall find... basically:
validate your markup | view your page cross-browser/cross-platform | free web tutorials | free hosting
Rowsdower! is offline   Reply With Quote
Users who have thanked Rowsdower! for this post:
stevey17 (03-22-2010)
Old 03-22-2010, 09:10 PM   PM User | #3
stevey17
New Coder

 
Join Date: Mar 2010
Posts: 12
Thanks: 4
Thanked 0 Times in 0 Posts
stevey17 is an unknown quantity at this point
yea i have a registration/login set up i had a feeling it would be something like
thank you
stevey17 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 01:29 AM.


Advertisement
Log in to turn off these ads.