Jump to content

Var Pull Down Menu *HELP SOON :P*


Dethman

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

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.