Dethman Posted June 22, 2008 Share Posted June 22, 2008 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! Quote Link to comment https://forums.phpfreaks.com/topic/111327-var-pull-down-menu-help-soon-p/ Share on other sites More sharing options...
Bendude14 Posted June 22, 2008 Share Posted June 22, 2008 There is no need to put the button into a variable. Simply wrap the button inside an if statement. And only echo the html to the page if the correct conditions are true Quote Link to comment https://forums.phpfreaks.com/topic/111327-var-pull-down-menu-help-soon-p/#findComment-571490 Share on other sites More sharing options...
Dethman Posted June 22, 2008 Author Share Posted June 22, 2008 Ive tried that for some reason it wont work can you give me an Example on how its done....? Quote Link to comment https://forums.phpfreaks.com/topic/111327-var-pull-down-menu-help-soon-p/#findComment-571495 Share on other sites More sharing options...
kenrbnsn Posted June 22, 2008 Share Posted June 22, 2008 Please show us what you've tried. Then we can fix it for you. Ken Quote Link to comment https://forums.phpfreaks.com/topic/111327-var-pull-down-menu-help-soon-p/#findComment-571496 Share on other sites More sharing options...
.josh Posted June 22, 2008 Share Posted June 22, 2008 Are you wanting it to appear on demand? You need to do that with javascript, not php. Quote Link to comment https://forums.phpfreaks.com/topic/111327-var-pull-down-menu-help-soon-p/#findComment-571580 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.