PHP Classes

File: constants.php

Recommend this page to a friend!
  Classes of Er. Rochak Chauhan   Magic PHP Pixel Tracking   constants.php   Download  
File: constants.php
Role: Configuration script
Content type: text/plain
Description: Configuration constants file
Class: Magic PHP Pixel Tracking
Track if an email message was viewed or opened
Author: By
Last change:
Date: 4 years ago
Size: 408 bytes
 

Contents

Class file image Download
<?php
//Database related constants
define("DB_SERVER", "localhost");
define("DB_USER", "root");
define("DB_PASSWORD", "YOUR_PASSWORD");
define("DB_NAME", "magic_pixel");

//Application related constants
define("ONE_X_ONE_PNG", "1x1.png");
define("ERROR_PNG", "error.png");

define("SECRET_KEY", "da39a3ee5e6b4b0d3255bfef95601890afd80709"); //Changing it will nullify all the generated verification codes.