Jump to content

Can you create new pages using PHP?


Guest drew22299

Recommended Posts

Guest drew22299

I want to create a login page for users, once they have created a screen name and entered their details, is it possible to transfer the details they entered to a profile page which is automatically created with the screen name they entered as the url after the website name?would it need to be a directory if it was to store a photo of the user and other information in the profile? how would i be able to implement it such that when a user registers it will create a blank php profile page?

Link to comment
Share on other sites

You wouldnt need to create a seperate page. If you wanted to waste server space, then go for it. The easiest thing to do is just to create one page and pass a variable to it through the GET variable.Also, if you wanted such a username profile thing, then you could just use Mod_Rewrite if you were on Apache to forward anything put after the slash in your website to forward to a page.But if you really want to create a new page, just tell me and i will show you how.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...