PHP ile bir sayfa HTML kodunu almak istiyorum. Yani bunu:
$url = 'http://en.wikipedia.org/wiki/New_York_City';
$html = file_get_html($url);
The problem is, Wikipedia doesn't send the <script>
tag to the PHP request, so it doesn't show the JavaScript.
I guess that's because Wikipedia sees that the "requester" doesn't have JavaScript enabled, so it doesn't send the <script>
tags.
Nasıl Vikipedi benim PHP olduğunu biliyorum sağlayabilirsiniz JavaScript enabled?
Ben akışı bağlamında duydum, ama ben JavaScript enabled bunun için nasıl kurulacağını bilmiyorum.