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> 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!!! 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
Archived
This topic is now archived and is closed to further replies.