View Single Post
Old July 18th, 2005, 01:55 AM   #8 (permalink)
prodigy
Member
Verified Customer
 
Join Date: Jul 2005
Posts: 53
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 ...
prodigy is offline   Reply With Quote