A Blank webpage

Hi All…
I am completely new to PHP. I am trying to connect a php page to mysqli database. But its completely blank. Even the simple html text is not showing. When I tried to check the source of the page in Firefox, its not showing anything.

post the code here you need add print or echo

enable error reporting

error_reporting(E_ALL);
ini_set("display_errors", 1);
Sponsor our Newsletter | Privacy Policy | Terms of Service