| [ PHPXref.com ] | [ Generated: Sun Jul 20 19:13:40 2008 ] | [ osCommRes 1.2.0 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 define('TEXT_CANNOT_CONNECT',"Failed to connect to server:%s , username:%s ,password:%s "); 3 define('TEXT_EXECUTE_QUERY','Failed to execute Query <br>%s'); 4 define('TEXT_SELECT_DB','Database does not exists: %s'); 5 define('TEXT_SOCKET_CREATE','Failed to create socket: %s'); 6 define('TEXT_SOCKET_CONNECT','Failed to connect: %s'); 7 define('TEXT_NO_ADMIN_USER','Admin user not found'); 8 define('TEXT_NO_RIGHTS','You have no rights to add customer. Contact Administrator.'); 9 10 define('ERR_GENDER','Gender is required.<br>'); 11 define('ERR_FIRSTNAME','First Name is required.<br>'); 12 define('ERR_LASTNAME','Last Name is required.<br>'); 13 define('ERR_DOB','Date of Birth is required.<br>'); 14 define('ERR_EMAIL_ADDRESS','Email Address is required.<br>'); 15 define('ERR_EMAIL_EXISTS','Email Address already exists.<br>'); 16 define('ERR_STREET_ADDRESS','Street Address is required.<br>'); 17 define('ERR_CITY','City is required.<br>'); 18 define('ERR_STATE','State is required.<br>'); 19 define('ERR_COUNTRY','Country is required.<br>'); 20 define('ERR_POSTCODE','PostCode is required.<br>'); 21 define('ERR_TELEPHONE','Telephone is required.<br>'); 22 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |