Guest User

Untitled

a guest
Jan 18th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <div class="container">
  2. <div class="jumbotron">
  3. <?php
  4. $vote_result = array("Phway Phway"=>50, "Shwe Hmone"=>40, "Thinzar Wint Kyaw"=>80,"Lu Lu Aung"=>90, "Hsu Hlaing Win"=>70, "Aye Thaung"=>20);
  5. $json_result = json_encode($vote_result);
  6. print_r($json_result);
  7. ?>
  8. </div>
  9. </div><!-- container -->
Add Comment
Please, Sign In to add comment