none, 1 yr extension, 2 yr extension
PHP pre-defined error displaying
Collapse
X
-
-
-
I'm not really sure. Error messages shouldn't have '$strlen' is about as far as I'm following, although it's sending numbers, but it shouldn't.Comment
-
-
Comment
-
your input does not relate to PHP functions (unless I misinterpret the term "relate"). what you have is input (either from $_GET or $_POST […]) and you need to validate these strings by means of PHP function. which function(s) to choose for that purpose depends on what the input is supposed to be. e.g. strlen() gives you the length of the string, if that is a statement you can work with depends on your validation strategy.Comment
-
-
So if that is all fine, then it is purely the second half of the error messages causing the problems, but I don't know/ understand what to change these to.Comment
Comment