Why is there no display after executing the code?
安超
安超 2022-11-06 21:10:21
0
5
1135

Why is there no display after executing the code?

安超
安超

reply all(4)
安超

<?php

$url = "https://www.jacgoo.com";

$arr ​​= file($url);print_r($arr);

$ch = curl_init();

curl_setopt($ch,CURLOPT_URL,$url);

$html - curl_exec($ch);

if(curl_errno($ch)){

echo 'Errno'.curl_error($curl);}

curl_close($ch);

print_r($html) ;?>

My server is apache, do I need to set it up separately?

安超

The code cannot be sent. . . .

安超

My computer is an apache server, do I need to set it up separately?

大瓶可乐

Send the code

  • reply My server is apache, do I need to set it up separately?
    安超 author 2022-11-07 14:37:09
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template