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

ohoy! new line in php?

Mestor

Active Member
Joined
Feb 1, 2009
Messages
515
Reaction score
35
Location
Sweden
Hellu, how do I make a new line in php?

Example:

I want it to look the same as I wrote in the php:

Code:
13 => array(
            'type' => 1,
            'itemid' => 13560,
            'count' => 1,
            'describtion' => "Fullmageset Doll. It will give you:
* Spellbook of dark mysteries (Def:16, magic level +3)
* Royal scale robe (Arm:12, magic level +2, protection fire +5%)
* Yalahari mask (Arm:5, magic level +2)
* Dwarven legs (Arm:7, protection physical +3%)
* Pair of soft boots
* Something that will change your mood!",
            'points' => 50,

But how it looks on the homepage:
8m4rP.png
 
Back
Top