radi8 Posted May 13, 2009 Share Posted May 13, 2009 Oh snap!! ROFL, I gave horrible code snippett, Sorry, run this: <select name="gender"> <option value="Male" <?php if ($player->gender == 'Male') echo "selected";?>>Male</option> <option value="Female" <?php if ($player->gender == 'Female') echo "selected";?>>Female</option> <option value="Other" <?php if ($player->gender == 'Other') echo "selected";?>>Other</option> </select> Quote Link to comment https://forums.phpfreaks.com/topic/157994-instead-of-_post-what-do-i-do/page/2/#findComment-833457 Share on other sites More sharing options...
radi8 Posted May 13, 2009 Share Posted May 13, 2009 ROFL, a little too late catching my fubar, thanks wildteen88!!! Quote Link to comment https://forums.phpfreaks.com/topic/157994-instead-of-_post-what-do-i-do/page/2/#findComment-833459 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.