How can I filter that they are only numbers? I take the data from a type text form, but when they put 5f, or 5e10, I eat it and I miss the title error,
Can you change the input by type number, but without changing this as it would be in the php backend to control this?
Could this error be controlled by try catch?