I want to make a bid system on a website. That means users can post their bid (natural number). I want to make sure users don\'t try to post characters, decimal numbers, etc
in_array(str_replace(str_split('0123456789'), '', $s), array(',','.',''));