Hello world, i need advice how to store textarea with special tags in a database.
Special tags means, tags in a "[" "]", like "[legend]". Then i sumbit a form to a server, is i store it in a database this special tags or convert it to a html tags like (url)=>(a) before inserting, and then reediting it i make inverting html tags to a special tags (a)=>(url) (like in this forum).
In the other words i need to know, then phase of converting tags is happend, before inserting to a database or then it selected from database, before it showing to a user.
Thanks in advance.