jd2007 Posted July 8, 2007 Share Posted July 8, 2007 When a user registers and logs in, where will his info for example his messages, his photos and his profile be stored....will there be a different member page for each member....i'm confused actually, about the members logging in and stuff like members page ? i need a clear explanation pls...please teach me how to code those stuff... Link to comment https://forums.phpfreaks.com/topic/58920-php-help/ Share on other sites More sharing options...
GingerRobot Posted July 8, 2007 Share Posted July 8, 2007 All of the information relating to the user will be stored in a database. The photos would be stored in a folder somewhere, with the links to a users photo also stored in a database. Take a look at this tutorial here: http://www.phpfreaks.com/tutorials/78/0.php This is about creating a membership system Link to comment https://forums.phpfreaks.com/topic/58920-php-help/#findComment-292393 Share on other sites More sharing options...
jd2007 Posted July 8, 2007 Author Share Posted July 8, 2007 thanks ! i'm relieved now ! thanks buddy.... Link to comment https://forums.phpfreaks.com/topic/58920-php-help/#findComment-292398 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.