Jump to content

Recommended Posts

Hey guys I was wondering how to put a button or pulldown menu into a variable to be called upon if(conditions are right) could any one help with the var thing here is the pull down menu itself

<tr>
           <form action="" method="post">
           <th>Race</th>
           <th><select name="race">
           <option value="">Choose Race</option>
	    <option value="1">Asgard</option>
	    <option value="2">Replicator</option>
	    <option value="3">Goauld</option>
	    <option value="4">Tauri</option>
	    <option value="5">Atlantean</option>
	    <option value="6">Wraith</option>
	    <option value="7">Ori Followers</option>
	    <option value="8">Free Jaffa</option>
	    </select>
	    <input name="submit" type="submit" value="Choose!">
	    </th>
           </tr></form>

 

Any help soon would be awesome...

Thanx Brian Flores aka Dethman!

Link to comment
https://forums.phpfreaks.com/topic/111327-var-pull-down-menu-help-soon-p/
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.