I'm stuck on a code to insert an image in php/html
This image is stored in my application of course.
<td style="width: 23.7235%; height: 18px; text-align: left;" colspan="3"><?php echo sqlValue("select NUM_NAT from GES_VOEUX where id='" . makeSafe($data['id']) . "'"); ?></td>
??????????? echo '<img src="images/globe.gif" border="0" /></div> ';