Buttons (Codes)

0) { if (isset($_GET['p'])) { if ($_GET['p'] != "[0-9]x[0-9]" && !ctype_alnum($_GET['p'])) { echo "

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'); ?>