PHP Poll with Results on Same Page
问题 There was a great article posted by CSS-Tricks.com describing how to create a poll using PHP and a MySQL database. I've followed this and created a nice poll for myself. I noticed in the comments a mentioning of using AJAX to show the results on the same page instead of a completely separate page. I am wondering what is the best way to display PHP Poll results on the same page? UPDATE: The answer is really simple. In fact, CSS-Tricks' poll without AJAX in my opinion is more difficult since it