* do not urlencode mysqli uris .. can't wait for this to cause issues again. * input[type=number] does not allow inputing dashes to signify negative numbers. Use input[type=text] instead and cast to int afterwards.