Tell me how to fix the code
<? $urlp = "http://all-x.ru/?i=32238&c=1"; $code = @file_get_contents($urlp); echo $code; ?>
...">
Tell me how to fix the code
<? $urlp = "http://all-x.ru/?i=32238&c=1"; $code = @file_get_contents($urlp); echo $code; ?>
Source: https://ru.stackoverflow.com/questions/75036/
All Articles
php
code is working. but JS on the requested page baffles me. - ikoolik