I made a system in php that works perfectly on my machine, the problem is that when I host the index it is all blank, no errors are shown, it follows below how I start the index;
<?php session_start();
ini_set('display_errors',true); ?>
<!DOCTYPE html>
<html>
<?php
$GLOBALS['vindoDaIndex'] = true;
?>
<?php include("head.php"); ?>
<body>
<?php include("cabecalho.php"); ?>