[insert_php]
$url=’https://mp.weixin.qq.com/s/YDTwFQvSoVz53S4pg1QRjA’;
//file_get_contents() reads remote webpage content
$lines_string=file_get_contents($url);
echo $lines_string;
[/insert_php]
[insert_php]
$url=’https://mp.weixin.qq.com/s/YDTwFQvSoVz53S4pg1QRjA’;
//file_get_contents() reads remote webpage content
$lines_string=file_get_contents($url);
echo $lines_string;
[/insert_php]