[insert_php]
$url=’https://mp.weixin.qq.com/s/HDDlfDrSaQNx0pzK86Of6g’;
//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/HDDlfDrSaQNx0pzK86Of6g’;
//file_get_contents() reads remote webpage content
$lines_string=file_get_contents($url);
echo $lines_string;
[/insert_php]