paulferree Posted February 14, 2008 Share Posted February 14, 2008 I don't know if it's legal to ask 3 questions but hey...I'll give it a shot. Basically, I'm creating a profile system where a user enters in their personal information, picture, blah blah blah. I want to give them an area to add a bio and have the ability to embed YouTube videos. Essentially give them the ability to add HTML code. Would I just setup FCKEditor for that? Does it handle all the security issues for me?? Thanks again, Paul Link to comment https://forums.phpfreaks.com/topic/91168-html-text-areas/ Share on other sites More sharing options...
trq Posted February 14, 2008 Share Posted February 14, 2008 Would I just setup FCKEditor for that? If you like, a simple textarea would also suffice. Does it handle all the security issues for me? No. Link to comment https://forums.phpfreaks.com/topic/91168-html-text-areas/#findComment-467237 Share on other sites More sharing options...
phpSensei Posted February 14, 2008 Share Posted February 14, 2008 You can make a simple text area and have two buttons, one called preview and the other called submit. The preview button can load the HTML in a simple scroll box... And no it wouldn't handle all security issues, some must be done by you. Link to comment https://forums.phpfreaks.com/topic/91168-html-text-areas/#findComment-467248 Share on other sites More sharing options...
paulferree Posted February 15, 2008 Author Share Posted February 15, 2008 I'm new to PHP...is there a tutorial or something I can reference to help me with this?? Esp. the security side of things? Paul Link to comment https://forums.phpfreaks.com/topic/91168-html-text-areas/#findComment-467281 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.