+ 1
Which language I need to create a good comment box
Hi everyone, I have website and I want to create comment box and it has limit characters .. So , please help me which language I need to create a good comment box ?
4 Answers
+ 3
you will most likely need html, css and js in order to make a good website comment box
+ 2
You will need HTML and php and JavaScript and css.(<?> for php,<style> for css, and <script> for JavaScript)
0
I think html, css and js work best
0
You might need php to comunicate with server and save comments into database.