function checkOK($field)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Art

    function checkOK($field)

    Can anyone explain what the function checkOK($field) does?

    Thanks


  • Jerry Stuckle

    #2
    Re: function checkOK($field)

    Art wrote:
    Can anyone explain what the function checkOK($field) does?
    >
    Thanks
    >
    >
    Since it's not a PHP function, probably not. You'll have to find it in
    your code. Or ask whomever you got the package you're using from.

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    • punkstar

      #3
      Re: function checkOK($field)

      If you could hunt through your code looking for a line beginning, where
      the function is declared:

      function checkOK(

      and then copy the function into here, im sure we could tell you.

      Nick

      Art wrote:
      Can anyone explain what the function checkOK($field) does?
      >
      Thanks

      Comment

      Working...