I'm looking for codes on how to restrict input data? For example for the price it should be number then it will return error if any character will be inputed..
Thank You...
Start by taking a look at the ctype functions and filter functions.