If I want to return a BOOLEAN from a Function, which is the proper format...
Choice #1:
PHP Code:return array("FALSE", $errors[$articleSurveyQuestionID]);
Choice #2:
PHP Code:return array(FALSE, $errors[$articleSurveyQuestionID]);
Or does it not matter?
Thanks,
Debbie



Reply With Quote





Bookmarks