Jump to content

drop down box


alcapone

Recommended Posts

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><br>
<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
Link to comment
https://forums.phpfreaks.com/topic/24567-drop-down-box/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.