• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Website error

Wraskly

Member
Joined
Jun 17, 2010
Messages
244
Reaction score
7
SOLVED

I think its something in here...
PHP:
<div class='message'>
<div class='title'>Create new Character</div>
<div class='content'>
<label>Character name</label><input type='text' value="<?php echo set_value('name'); ?>" name='name'><br><br>
<label>City</label><select name='city'>
<?php 
	foreach($cities as $key=>$value) {
		echo '<option value="'.$key.'">'.$value.'</option>';
	}
?>

Uploaded with ImageShack.us


Why doesnt a white box pop up ext to the create character? I'm using modern aac, I have no idea where to even search for something like that.
 

Attachments

Last edited:
Back
Top