Home  >  Article  >  Backend Development  >  javascript-implementation ideas for social networking sites to assign homepages to users

javascript-implementation ideas for social networking sites to assign homepages to users

WBOY
WBOYOriginal
2016-08-15 16:49:441142browse

javascriptphpweb

After a user registers, how do you assign a homepage to the user?
How to design the page file? How does the domain name point to the page?

Reply content:

Use

design your own size and colleagues use ajax to directly refresh the page

For reference only
1. A user ID will be generated when registering, right;
2. You can use your own domain name to directly follow this ID; for example: the ID returned by your registration is 10000; then you jump to www.coder.com/10000
3. Rewrite your URL on the server. The content corresponding to each ID is determined by yourself

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn