cancann_x Posted March 21, 2008 Share Posted March 21, 2008 Okay, I am somewhat familiar with PHP and I am trying to learn about ASP. Can someone point me in the right direction of which script PHP or ASP I should use and which script(s) I need to do the following: Have a fan-site where people log in to have a user name and everything they do is connected by their user name.. including video/picture uploads, forum, poll voting, etc all displaying their user name and what they did, maybe them even having a profile with stats. I have a PHP forum on my site and ppl sign up with user names but if I add another PHP script for video uploads in another directory they have to have a new username for that section. I want everything tied in together, as a whole. Does this make sense? Thanks if I can get some insight. Link to comment https://forums.phpfreaks.com/topic/97181-user-based-sites/ Share on other sites More sharing options...
clown[NOR] Posted March 21, 2008 Share Posted March 21, 2008 this is not a small task. you're talking about making facebook here this needs alot of knowledge and patiente (searching google for tutorials on how to do this and that), setting up tons of dbs with db fields. also you want them to be logged in to your website and forums by same username and password. well since u allready have the forums, you can try to recreate the login and place it on the frontpage of your website. by doing that they will log on to their frontpage account and forum account at the same time hope this helps you a little bit. (it's 4am here, so i probably messed something up) - Clown Link to comment https://forums.phpfreaks.com/topic/97181-user-based-sites/#findComment-497287 Share on other sites More sharing options...
cooldude832 Posted March 21, 2008 Share Posted March 21, 2008 The language you use doesn't matter as your making a web application that is browser independent either will do Link to comment https://forums.phpfreaks.com/topic/97181-user-based-sites/#findComment-497289 Share on other sites More sharing options...
cancann_x Posted March 21, 2008 Author Share Posted March 21, 2008 Okay, if I recreated the forum login section onto the frontpage, away from the forum, won't it still only link them to the forum.. there's nothing in the rest of my site that links the forum users... eh. This is so confusing. Link to comment https://forums.phpfreaks.com/topic/97181-user-based-sites/#findComment-497606 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.