1
Well, I have a comment system, where I have a question. I wanted to know, how can I get someone to send the comment, it appears up without having to reload the page. I know you have jquery in the middle, someone can help me?
HTML:
<div id="comentarios">
<div class="comentario">
<div class="nome"><?php echo $session; ?></div>
<div class="texto"><?php echo $comentario; ?></div>
</div>
</div>
Then a friend of mine gave an idea, but it didn’t help me, he said that I have to use an ajax to send to a php file and that this file send to a function called append.
The more details der your system, the better and easier it will help. You can [Edit] the question and add more information. You can also consult the little guide [Ask] to make a upgrade in the question.
– brasofilo
I believe that already answers the question How to create a website without reloading every click on a link?
– Guilherme Nascimento