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