<?php sscanf('3, 20', '%d,%d', $min, $max); var_dump($min, $max);
You have javascript disabled. You will not be able to edit any code.