|
If I remove this code:
if ( $Globals['usegd'] != -1 ) {
echo<<<PPPRINT
</td>
</tr>
<tr>
<td class="{$Style['tddetails']}">{$Globals['pp_lang']['productname']}:</span></td>
<td class="{$Style['tddetails']}"><input type="file" name="theimage[]"><br />
<input type="file" name="theimage[]"><br />
<input type="file" name="theimage[]"></td>
</tr>
PPPRINT;
}
It wouldn't work any more ...
|