PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, July 26, 2022

[FIXED] How to display results from database in each line with percentage

 July 26, 2022     codeigniter, dreamweaver, html, photoshop     No comments   

Issue

I am developing my first site with codeigniter,html, dreamweaver and photoshop. I made feedback page and want display the result as all websites i see. for example enter 80% excellent with line 40% good with line

how display this line ? with any tool?please.


Solution

You can use bootstrap for this,

<div class="progress">
  <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width:40%">
    40% Complete (success)
  </div>
</div>

See Official Bootstrap and w3schools for more information.



Answered By - Niranjan N Raju
Answer Checked By - Dawn Plyler (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing