I found someone to assist me, but he is MIA now. Question, what file usually would contain this code and/or where should i look? Includes?
<?php
//require_once('/home/rarehiph/public_html/20100809/librariesets.php');
//require_once('/home/rarehiph/public_html/librariesets.php');
// modify these constants to fit your environment
if (!defined("DB_SERVER")) define("DB_SERVER", "localhost");
if (!defined("DB_NAME")) define("DB_NAME", "managed_ticket");
if (!defined("DB_USER")) define ("DB_USER", "managed_ticket");
if (!defined("DB_PASSWORD")) define ("DB_PASSWORD", "xxxx");
// some external constants to controle the output
define("QS_VAR", "page"); // the variable name inside the query string (don't use this name inside other links)
define("NUM_ROWS", 5); // the number of records on each page
define("STR_FWD", ">>"); // the string is used for a link (step forward)
define("STR_BWD", "<<"); // the string is used for a link (step backward)
define("NUM_LINKS", 5); // the number of links inside the navigation (the default value)
?>