$page = "You are at the ".$fieldrow["name"].". <br><br>
You may fight ".$monsterrow["name"]." or continue exploring.";
Would like to have a line break in between here, however when I try.. I get errors. How would you guys do it?
$page .= "<form action=index.php?do=fightmonster method=post><input type=submit value='Atack monster' name=monster1></form>";
}
else
{ display("You have travelled to <b>".$fieldrow["name"]."</b>.
<div align=center>Some text <br>
<br>
But here is no
monsters","Find some other area"); }
display($page, "Walking on field");
}