PHP Classes

File: errors.inc.php

Recommend this page to a friend!
  Classes of Tadeu Oliveira   EmailChecker   errors.inc.php   Download  
File: errors.inc.php
Role: Auxiliary script
Content type: text/plain
Description: an include with the errors messages so it can be easily translated
Class: EmailChecker
Check for new mail on a POP3 server
Author: By
Last change:
Date: 20 years ago
Size: 235 bytes
 

Contents

Class file image Download
<?
$errormsgs
[0] = "";//dont change this it means no error
$errormsgs[1] = "Servidor não setado.";//server not set
$errormsgs[2] = "Impossivel conectar.";//impossible to connect
$errormsgs[3] = "Não Conectado."; //not connected
?>