Can anyone help me to understand and error message that pops up on my php page.
'Input must be a positive numeric value'.
Error messages
Moderator: General Moderators
Re: Error messages
That's not an error generated by PHP itself, that's an error generated by the code someone wrote.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.