Hi all,
I want to use fckeditor to put content into my database. The code is working fine but I wasnt HTML tags to be inserted such as <p> but text is entered.
Also I want img tag to be inserted but this is my code echoed...
INSERT INTO test(test) values('content test
testing...
\"\"')
Any ideas? Thanks.