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 02-21-2013, 09:26 AM   PM User | #1
BenRobertson
New to the CF scene

 
Join Date: Feb 2013
Posts: 1
Thanks: 2
Thanked 0 Times in 0 Posts
BenRobertson is an unknown quantity at this point
Auto page generate

Hi there,

Basically I need PHP to automatically generate a page so that each user can have there own profile. E.g. www.test.com/users/template.php?id=XX

How would I integrate this into a PHP signup page?

Thanks,

Ben
BenRobertson is offline   Reply With Quote
Old 02-21-2013, 03:17 PM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,365
Thanks: 18
Thanked 348 Times in 347 Posts
sunfighter is on a distinguished road
A user will sign up with an html form giving you his user name and password.
He submits the form info to php script that will clean the input and make a new entree for him in your database (containing his name and password and a automatically generated number labeled user_id to id him to you.)

You will get this number as a variable and generate the profile html. Place the id number in a hidden field!
When the profile is submitted you can add the info to the database table where the user_id equals the hidden field number received.

You now have his profile.
sunfighter is offline   Reply With Quote
Users who have thanked sunfighter for this post:
BenRobertson (02-26-2013)
Old 02-21-2013, 04:03 PM   PM User | #3
tempz
Regular Coder

 
Join Date: Jul 2012
Location: London
Posts: 436
Thanks: 4
Thanked 80 Times in 80 Posts
tempz is an unknown quantity at this point
Check out, http://www.awesomephp.com/index.php?Membership

or http://www.webestools.com/scripts_tu...-log-sign.html
tempz is offline   Reply With Quote
Users who have thanked tempz for this post:
BenRobertson (02-26-2013)
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 10:44 PM.


Advertisement
Log in to turn off these ads.