Post
Topic
Board Micro Earnings
Re: Need help to fix HTTP error
by
FusionSe7en
on 05/01/2017, 14:12:53 UTC
Add this in header of code
Code:
ini_set('display_errors', 'On');
error_reporting(E_ALL);

and send the print with errors here.