Help for this page

Select Code to Download


  1. or download this
    if (faillengthtest($foo)) {
        if (failrepeattest($foo)) {
    ...
    } else {
        #format the page normally
    }
    
  2. or download this
    if (faillengthtest($foo)) {
        if (failrepeattest($foo)) {
    ...
            #format the page with normal message
        }
    }