This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do you make a site that has personal URLs for each of its users, like FB and Twitter?
01-31-2013, 11:31 AM
Post: #1
How do you make a site that has personal URLs for each of its users, like FB and Twitter?
I am making a social networking site atm, and I was wondering how easy it would be to auto-create custom URLs for each of my members upon registration, like Facebook, Myspace, and Twitter. How would you go about doing this in PHP?

Ads

Find all posts by this user
Quote this message in a reply
01-31-2013, 11:39 AM
Post: #2
 
Well if you are using PHP. I would first make sure that I understand how to use MySql. This would be very helpful in storing your data. Next, you need to make sure that either your web host or the server you are using can support a MySql Database and PHP scripts. You would create a form that would retrieve the users details and then send them to the MySql DB. You would use procedure that would assign them a unique ID for their account.

This id would be used to set up a folder on your, hopefully unix, server which will store there information. You would give then give them an interface that would let them modify the web page files that you put in this folder for their account. This would take a few days to set up poorly, few weeks to be good, and a few months to be professional. I wish I could help you with this project, because you need more than yourself when designing something of this magnitude.

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)