Jam87 Posted March 18, 2007 Share Posted March 18, 2007 Hi, I'm relatively new to PHP, and have been trying to find a way to store inidividual user information securely. For example, a very basic phone book where users can only view records submitted by themselves (for obvious reasons!). So in a membersarea for instance, theres a form allowing the user to store private phonenumbers only accesible by him/her. If anyone out there can put me in the right direction or help me with a snippet of code I'd be immensly greatful. Thanks in advance! Jam87 Link to comment https://forums.phpfreaks.com/topic/43275-user-specific-data/ Share on other sites More sharing options...
marcus Posted March 18, 2007 Share Posted March 18, 2007 You want to look into mySQL or sqlLite or PostreSQL. Link to comment https://forums.phpfreaks.com/topic/43275-user-specific-data/#findComment-210145 Share on other sites More sharing options...
Jam87 Posted March 18, 2007 Author Share Posted March 18, 2007 I already have a MySQL database setup with a registration page etc, also have included a user id for retrieving things like username for a "Welcome ... " message. What im trying to do is setup some kind of way for users to add entries into a private user-specific phonebook, so only they can view the entries they have submitted. Is there a way I can use there username to bring up there specific entries once logged into the existing user system? I'm self taught so theres many gaps in my knowledge! Thanks in advance Jam87 Link to comment https://forums.phpfreaks.com/topic/43275-user-specific-data/#findComment-210172 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.