Hi,
I have a form loader where i display mu registered users:
example, in the custom code I put:
<td><?php echo $worldassemblyform3['Name']; ?></td>
<td><?php echo $worldassemblyform3['First_Name']; ?></td>
.....
if i add the field of the photo, I'll have only the path (it is normal since only the path of the photo is saved in the database ).
My question is how can I display the photo in this form?
thank you
I have a form loader where i display mu registered users:
example, in the custom code I put:
<td><?php echo $worldassemblyform3['Name']; ?></td>
<td><?php echo $worldassemblyform3['First_Name']; ?></td>
.....
if i add the field of the photo, I'll have only the path (it is normal since only the path of the photo is saved in the database ).
My question is how can I display the photo in this form?
thank you