PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I was hoping to output an error message if a decimal value was found.
Basically I only want users to be able to enter a 3 digit number into a form field and prevent any other values being input i.e. only numbers like ("455" or "635") NOT "54.0".