Jump to content

Creating profile pages for public website


Wandermust

Recommended Posts

As a moderator, What should I refer to in order to create an interactive sign up page that allows users to pick from two to three different profile page layouts, and furthermore apply them, I am creating a website for a school project.

Link to comment
Share on other sites

This question is pretty vague, but in terms of technical details, all of this can fall under form handling. Try having a look at the link below.

PHP Form Handling

It's just an extra field on any given signup page.  Signup Form Example

The real tricky bit will be how you then manage to style your profile page layouts corresponding to the choice. Do you import a different stylesheet? Is your styles inserted inline? (not advised) Does your JavaScript do a small AJAX request to find out what styling is used, or do you generate it server-side?

If you have any other questions, do not hesitate to ask.

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...