0

When I add this to my index.html I get a blank page...

    <?php
echo PulsePro::css();
echo PulsePro::javascript();
?>

I do not have access to my php.ini file. I tried adding error reporting code to the page, didn't work.

Jeff
  • 11
  • 2
  • 6
  • Blank page indicates an error, [activate error reporting](https://stackoverflow.com/questions/1053424/how-do-i-get-php-errors-to-display) to find out the reason. You wrote you already did that, but it would show you the error, or your page is empty. We are gonna assume that the page is not empty. – Definitely not Rafal Feb 04 '21 at 11:22
  • 1
    Also you said index.html, php usually does not get executed if the file does not end in `.php`. Why do you use `.html`? – Definitely not Rafal Feb 04 '21 at 11:25

0 Answers0