when we view it on the current live site, it works. When I view it locally, it works. On their, we get a white page with no errors. Even the error log is clear.
It's on cPanel. I best not mentioning the host's name, unless asked.
Have you come across this before?
Code: Select all
<?php
session_start();
include "dbconn.php";
echo "test";
?>