It is defined in a config.php
file
define("url_money", "www.himanshu1234.net63.net/MoneyManager/");
it is included in some other file like
include_once './config.php';
and used like this
<?php
header('Location: '.url_money.'login.php');
}
?>
there is some problem in it but unable to sort out.. !!