+ 11
file_get_contents()
Is there any way to get data from another website on sololearn?
2 Answers
+ 7
I don't think you understand, i want to get data front another website via my PHP code on sololearn. đ
0
Yes bro you can get all element of another website into your own website by implementing this code
$var=file_get_contents("URL");
echo $var;