Page 1 of 1

How to fetch mysql data in the progress bar?

Posted: Sun Mar 16, 2014 6:13 am
by Jpergega
Hi
this is given error is there another way to:

Code: Select all

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

Thanks

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

Posted: Sun Mar 16, 2014 8:37 am
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.