Jump to content

Drop Down Menu


Smee

Recommended Posts

Hi,

 

I was wondering if anyone could help me. I am working on a registration script and have it working correctly but all i have is text input fields and would like to have a drop down menu for 'team supported'.

 


<p class="team_supported"><label> Team Supported: i.e Manchester United. </label> 
<input type="text" name="team_supported" maxlength="40" value="<?php if (isset($_POST['team_supported'])) echo $_POST['team_supported']; ?>" />

 

This is the code i am using at the moment.

 

Thanks for any help.

Link to comment
https://forums.phpfreaks.com/topic/203526-drop-down-menu/
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.