Beginning PHP5 Skim Throughs, Part 3: Cleaning Strings, RegEx, and DB Surprise!
As mentioned in the last post, chapter 5 deals with "robust and healthy" code. So first it goes through debugging stuff, which I already knew about so skipped most. Then it moved into form validation, starting with really basic stuff (i.e. field has a value, etc) and some of the string […]
