Error messages

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
jgaines40
Forum Newbie
Posts: 1
Joined: Mon Apr 06, 2009 8:12 am

Error messages

Post by jgaines40 »

Can anyone help me to understand and error message that pops up on my php page.

'Input must be a positive numeric value'.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Error messages

Post by pickle »

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.
Post Reply