Jump to content

instead of $_POST what do i do??


seany123

Recommended Posts

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>

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.