heelo friens. i have a problem,actuall y i saved the path of an image file in a database,when i fetch it and try to display in a table,its work fine with I.E but image is not shown in mozilla and opera,pls help me its urgent.
the code is:
[code=php]
<table>
<tr>
<td width="37%" rowspan="4" align="center" valign="middle" ><img name="customeri mage" src="<? echo $customerimage; ?>" id="customerima ge" width="86" height="100" ></td>
</tr>
<table>
<? echo $customerimage; ?>
[/code]
i fetch the path of image file in a variable $customerimage from database.
the code is:
[code=php]
<table>
<tr>
<td width="37%" rowspan="4" align="center" valign="middle" ><img name="customeri mage" src="<? echo $customerimage; ?>" id="customerima ge" width="86" height="100" ></td>
</tr>
<table>
<? echo $customerimage; ?>
[/code]
i fetch the path of image file in a variable $customerimage from database.
Comment