Hello there !
I have 2 little big problems and i don't know how to solve them and i need someone to explain this to me step by step .
I want to write in a textarea:
and when it will be post on the html i want to recognize the div and the paragraph and to show only : "This is a paragraph" (with the css styles applied to the classes) not :
<div class="example"><p class="paragraph">This is a paragraph</p></div> (which should be on in the html code not as plain text )
Also I need this to be incremented on the database ( this is another thing but if i solve the first one i think this one is easy-peasy and will not be that hard )
I'm a php newbie and i kinda need this for a project ...
Thanks !!!
Ps: sorry for my bad english ( it's not my native language )
I have 2 little big problems and i don't know how to solve them and i need someone to explain this to me step by step .
I want to write in a textarea:
Code:
<div class="example"><p class="paragraph">This is a paragraph</p></div>
<div class="example"><p class="paragraph">This is a paragraph</p></div> (which should be on in the html code not as plain text )
Also I need this to be incremented on the database ( this is another thing but if i solve the first one i think this one is easy-peasy and will not be that hard )
I'm a php newbie and i kinda need this for a project ...
Thanks !!!
Ps: sorry for my bad english ( it's not my native language )
Last edited: