+ 2
Voting poll
I need help with coding a voting poll like the one on Twitter,either in HTML or JavaScript.
3 Antworten
+ 11
You should use google to ask this type of question to see sample codes. I advice you should complete your course so that you could have a lot of advantages when designing a voting poll.
First Idea
Design the layout with HTML ad style it with CSS, add some form validation and interactivity with JavaScript. Setup your database, and create a CRUD (CreateReadUpdateDelete) operation with PHP.
Second Idea
Since you are now familiar with HTML,CSS,JavaScript,PHP and MySQL, you could use web frameworks (Wordpress, Drupal, PHP Laravel, CodeIgniter and many more)to do this operation because these framworks depend on the basic programming to from advanced syntax to speed up up site designing.
+ 5
Take a look :-
https://code.sololearn.com/WQYApZt67VWn/?ref=app
- 3
Your not helping.