That is not a valid button size. See all sizes?
"; include('footer.php'); exit; } getButtonSizes(); list($width,$height) = preg_split("/x/",$_GET['p']); getButtons($width, $height); } else { getButtonSizes(); } } else { echo "There are no buttons.
"; } include('footer.php'); ?>