I try to download sourcecode of a twitter webpage with a php code:
$continut_pp = file_get_contents('https://twitter.com/'); echo $continut_pp;
The problem is that result is null. I think the problem comes from the https, well how I can extract an https source coude in PHP code?