//include_once('includes/my_include_file.php');

//Get the name of the file calling this include
$calling_file = end(explode('/', $_SERVER['PHP_SELF']));

switch ($calling_file)
{
 	case 'some_file.php':