I am editing a script... and all I am trying to do is poll a database and return a value to get a photo image...

Can anyone see something with this code that I cant?

Thanks!

Code:
<img src="userphotos/<?php echo $row_rsPictures['Picture']; ?>" alt="Tacklebox Picture" width="64" height="64">
When I pull up the page and right click the broken image it shows no value after the "mysite.com/userphoto/"

Thanks again!