• 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!

[GESIOR AAC] When Create a new page & A little help with PHP

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
[GESIOR AAC] When Create a new page & A little help with PHP

Hello, when I try create a new page in the Gesior all menus come to like this:

2vma07.png


How I fix?

Thanks.
 
Last edited:
You have multiple errors in your script edit:

You need learn HTML first...

When you use a tag need start and end this tag

<select>
<option></option>
</select>


<select name="priority"><option value="">SELECT</option></select> ';
$main_content .= '</TABLE></form>';

This part of your script are wrong.

Re-make your script respecting each of tags
 
You have multiple errors in your script edit:

You need learn HTML first...

When you use a tag need start and end this tag

<select>
<option></option>
</select>


<select name="priority"><option value="">SELECT</option></select> ';
$main_content .= '</TABLE></form>';

This part of your script are wrong.

Re-make your script respecting each of tags

I want help to how fix, not that I need learn HTML.
 
Back
Top