>
Map Settings Error: $error

"; ?>
Name:

Level:

Width:

Height:
Creating Map For " . $_SESSION['name'] . " Level " . $_SESSION['level'] . "
Dimensions: " . $_SESSION['width'] . " X " . $_SESSION['height'] . "

"; echo "
"; //does this look familiar?!? for ($i = 0; $i < $_SESSION['width']; $i++) echo ""; echo ""; for ($i = 0; $i < $_SESSION['height']; $i++) { echo ""; for ($j = 0; $j < $_SESSION['width']; $j++) { echo ""; } echo ""; } echo "
$i
$i
"; } ?>