NameSilo

Little help please with drop box

Spacemail by SpaceshipSpacemail by Spaceship
Watch

alcapone

Established Member
Impact
0
hi i have this part of a script



Use <input type="text" class="text" maxlength="3" size="5" name="trn" value="<?if($trn){echo"$trn";}?>"> turns producing coke.<select name="drug_type">
<option value="crack" <?if($drug_type==crack){echo"selected";}?>>crack </option>
</select>

<input type="hidden" name="keyboard" value="enter"><input type="submit" class="button" name="produce" value="produce">
</span>
</form>

need it to work with out the drop down box in there


thanks for help
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
Replace
Code:
<select name="drug_type">
<option value="crack" <?if($drug_type==crack){echo"selected";}?>>crack </option>
</select>
With
Code:
<input type="checkbox" value="crack" name="drug_type" checked="<? echo ($drug_type == 'crack') ? "selected" : "false"; ?>" />
 
0
•••
hey thanks man works great
 
0
•••
Dynadot — .com Registration $8.99Dynadot — .com Registration $8.99

We're social

Unstoppable Domains
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back