techiefreak05 Posted July 30, 2006 Author Share Posted July 30, 2006 Ok, Ill try to be clear. :)OK .. do you use myspace? a profile editor like that.. multiple text boxes that writes information to a page.. ..i really dont know how else to say it. Quote Link to comment https://forums.phpfreaks.com/topic/16008-snippet-editor-how-to/page/2/#findComment-65839 Share on other sites More sharing options...
hostfreak Posted July 30, 2006 Share Posted July 30, 2006 Ah, I see what you mean. Regardless, I am pretty sure you are going to have to store the information in a database. What you could do is to make another table with all the fields your going to have in the profile editor. Make one field named tag or something like that. Then on your profile edit/add page, have the users id inserted into the tag field. That way the information of those fields is unique to that user. Then call it where tag=$id . Then go from there (making sure no one else can view someone elses profile by chaning the id etc). Not sure if this is the best way to go about it though. Hopefully someone with more knowledge of php will post a better method. Quote Link to comment https://forums.phpfreaks.com/topic/16008-snippet-editor-how-to/page/2/#findComment-65842 Share on other sites More sharing options...
techiefreak05 Posted July 30, 2006 Author Share Posted July 30, 2006 Yeah, I dont know how to do that sruff!! HAHA LMAO, Im new to PHP. well im about 2 mos into it... :P Quote Link to comment https://forums.phpfreaks.com/topic/16008-snippet-editor-how-to/page/2/#findComment-65844 Share on other sites More sharing options...
techiefreak05 Posted July 30, 2006 Author Share Posted July 30, 2006 Well i G2G, ill be on l8r.... Quote Link to comment https://forums.phpfreaks.com/topic/16008-snippet-editor-how-to/page/2/#findComment-65846 Share on other sites More sharing options...
hackerkts Posted July 30, 2006 Share Posted July 30, 2006 Same here, I'm going off.So if you still have any problems just post here. :) Quote Link to comment https://forums.phpfreaks.com/topic/16008-snippet-editor-how-to/page/2/#findComment-65848 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.