View Single Post
Old March 8th, 2007, 10:07 AM   #18 (permalink)
Bills
Member
Verified Customer
 
Join Date: Jan 2007
Posts: 55
Chuck thanks for a reply, I have "already" tried this with the following code which is almost similar to the one you posted, but you will be surprised this "only" shows for a selection but when yesterday I tried this with "two" checkbox clicks i.e. bike and car it only "saves one" value.



if ( $Globals['extra4name'] != "" ) {
echo<<<PPPRINT
<tr>
<td class="alt1">
<span class="smallfont">{$Globals['extra4name']}:</span>
</td>
<td class="alt1">
<form>
I have a bike:
<input class="bginput" type="checkbox" value="Bike" size="50" name="extra4-$x" />
I have a car:
<input class="bginput" type="checkbox" value="Car" size="50" name="extra4-$x" />
I have an airplane:
<input class="bginput" type="checkbox" value="Airplane" size="50" name="extra4-$x" />
I have an ship:
<input class="bginput" type="checkbox" value="Ship" size="50" name="extra4-$x" />
</form>
</td>
</tr>
PPPRINT;
}

I generally don't like disturbing unless I haven't tried or I am in a fix. For an experienced programmer playing with photoshop for years it may be an easy task, but even this small thing is shaking me all the way.

Like the way you said I will also try to cut paste the same problem in MOD section but I don't see anyone except you to answer this problem over there too.
Bills is offline   Reply With Quote