How to fetch mysql data in the progress bar?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Jpergega
Forum Newbie
Posts: 3
Joined: Sat Feb 15, 2014 9:29 am

How to fetch mysql data in the progress bar?

Post by Jpergega »

Hi
this is given error is there another way to:

Code: Select all

<td><progress value="<?php $row['progress']; ?>"></progress></td>

Thanks
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: How to fetch mysql data in the progress bar?

Post by Celauran »

Jpergega wrote:this is given error
You'll have to be more specific.

Are those ' actually in the code, or is that from having copy/pasted? You'll want $row['progress'], but you'll also need to echo that for anything to show up.
Post Reply