macg-gh / madlibs

A little game that runs on a LAMP stack
0 stars 0 forks source link

Crufty comments #25

Closed macg-gh closed 4 years ago

macg-gh commented 4 years ago

Should have some kind of check to see that the rank is a number only.

                    ## For now if it's not there it gets set to zero.
macg-gh commented 4 years ago

Check for is_numeric and greater than zero now present (splitup branch)

rank.php line 28:

elseif ((is_numeric($id)) && ( $id > 0) )