Jump to content

Template Page


dan_t

Recommended Posts

I know this is a rather vague, open-ended question, but how would you go about having a template page where once a person filled out a form and the data is entered into the database a page would be automatically made for that user?

Or is that even a good idea, security wise?

If you have a decent contrived example, that would be helpful.

Dan

Link to comment
Share on other sites

You want a page made for the user (user1.php,user2.php)?

 

Not sure - What would be the best way?

I have a profile page made. Last time I did do individual pages, but that was a pain!

I suppose there's no good way to do that is there? Mainly because of naming pages?

Link to comment
Share on other sites

Facebook works off modrewrite for people who have a custom URL, or for people who don't have a custom URL they have a "profile.php?id=xxx"

 

If you wanted to have a new page "created" for each user and have it like http://site.com/USER1.php http://site.com/USER2.php you could just use modrewrite instead of actually creating the page.

Link to comment
Share on other sites

You want a page made for the user (user1.php,user2.php)?

 

Not sure - What would be the best way?

I have a profile page made. Last time I did do individual pages, but that was a pain!

I suppose there's no good way to do that is there? Mainly because of naming pages?

 

But I don't see why you would want to do that...

 

Simply get the user's ID and use a $_GET...

 

user_page.php?userid=1

user_page.php?userid=2

user_page.php?userid=3

 

 

 

then use mod-rewrite to rename it to something else

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.