Web server address - 100 Part II: Developing Intranet Solutions Listing 4-4

100 Part II: Developing Intranet Solutions Listing 4-4 (Continued) return 1; } else { return 0; } } function has_error() { return $this->has_error; } function reset_error() { $this->has_error = FALSE; } function get_error() { // return error condition return array_pop($this->error); } function get_error_array() { return $this->error; } function dump_array($a) { if (strstr($this->get_type(), WEB )) { echo

   ;  print_r($a);  echo    

; } else { print_r($a); } } function dump() { if (strstr($this->get_type(), WEB ))
Note: If you are looking for best quality webspace to host and run your tomcat application check Vision shared web hosting services

Leave a Reply