<?php $picurl=$row['PicUrl']; >?
<td><input type="file" name="userfile" ></td>

I'm not sure the file input can accomodate that, you should use a label around the input and put the file name in there.

echo "<td><label>{$row["PicURL"]} <input type=\"file\" name=\"usefile\"> </label></td>";

Alternatively display the file as an img tag to show the user what has already been chosen?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.