PHP: I get a completely blank page, I don't know how to debug this in PHP

后端 未结 5 837
执笔经年
执笔经年 2021-01-22 06:04

I\'m having some issues to debug this in php. When I include this line:

require_once(\"http://\" . $_SERVER[\"HTTP_HOST\"] . \"/dompdf/dompdf_config.inc.php\");
         


        
5条回答
  •  灰色年华
    2021-01-22 06:32

    Try adding this as the first line of your script (after the

    error_reporting(E_ALL);
    

提交回复
热议问题