I created a index.php
page which has many include functions in it like
include('header.php');
include('functions.php');
include('connect.php');
But none of them is working. My index page just shows a white screen.
I tried it on Windows and it works fine but not on Ubuntu. What's wrong?